freezers can create ice sheets

This commit is contained in:
devZoGok
2025-06-08 10:01:28 +03:00
parent c101c75b81
commit 83b32bb434
10 changed files with 46 additions and 40 deletions
+1 -2
View File
@@ -20,10 +20,9 @@ namespace battleship{
private:
int hackStatus = 0;
float hackRange;
vb01::s64 lastIncrementTime = 0;
vb01::s64 lastHackTime = 0;
vb01::Node *hackStatusBackground = nullptr, *hackStatusForeground = nullptr;
void build(Order);
void hack(Order);
};
}