update
This commit is contained in:
@@ -15,7 +15,7 @@ void DouwcoHivemind::Spawn::loop()
|
||||
|
||||
int required_upgraders = 1;
|
||||
int required_suppliers = 1;
|
||||
int required_maintainers = 1;
|
||||
int required_maintainers = spawn.room().find(Screeps::FIND_MY_STRUCTURES).size() <= 2 ? 0 : 1;;
|
||||
int required_builders = spawn.room().find(Screeps::FIND_MY_CONSTRUCTION_SITES).size() == 0 ? 0 : 1;
|
||||
|
||||
for (auto &creep : Screeps::Game.creeps())
|
||||
|
||||
Reference in New Issue
Block a user