ACF2: Fix Lua error spam when Leaks A Lot died in same turn as weaklings, also do other minor tweaks
- Grant skip to Dense Cloud and Leaks A Lot again, after refusing the cyborg's offer
- Fix flow chart
- String freeze is maintained, the new string is already in stub.lua.
#include <QLabel>
#include <QRect>
#include <QList>
#include <QMouseEvent>
class PixLabel : public QLabel
{
Q_OBJECT
public:
PixLabel();
QList<QRect> rects;
public slots:
void AddRect();
private:
void paintEvent(QPaintEvent * event);
void mousePressEvent(QMouseEvent * e);
};