Teriderol
Results
1
comments of
Teriderol
sure, i'll butcher some code: var allspawns = _.filter(Game.spawns, s => s.structureType == STRUCTURE_SPAWN); // check for each spawn the numbers are set for (let spawns of allspawns) { if...