building and vehicle construction consumes refineds

This commit is contained in:
devZoGok
2024-01-26 17:12:49 +02:00
parent 5524622250
commit 2eebc95419
6 changed files with 42 additions and 23 deletions
-2
View File
@@ -15,8 +15,6 @@ namespace battleship{
private:
vb01::s64 lastIncrementTime = 0;
int buildRate = 100;
bool canIncrementStructureStatus(){return vb01::getTime() - lastIncrementTime > buildRate;}
};
}