Made spawn way slower.
This commit is contained in:
@@ -5,8 +5,8 @@
|
|||||||
#include "Structures/Spawn.hpp"
|
#include "Structures/Spawn.hpp"
|
||||||
|
|
||||||
void DouwcoHivemind::Spawn::loop() {
|
void DouwcoHivemind::Spawn::loop() {
|
||||||
// Only run every 50 ticks
|
// Only run every 500 ticks
|
||||||
if (Screeps::Game.time() % 50 != 0)
|
if (Screeps::Game.time() % 250 != 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
int energyAvailable = spawn.room().energyAvailable();
|
int energyAvailable = spawn.room().energyAvailable();
|
||||||
|
|||||||
Reference in New Issue
Block a user