- Invaders in Source Keeper rooms are now always spawned in groups of 2-5 creeps and may be boosted with tier-3 boosts including XGHO2.
- The world map is now continuous on borders when doing
StructureTerminal.send
and trade operations. The corresponding option added to theGame.map.getRoomLinearDistance
method:Game.map.getRoomLinearDistance('E65S55','W65S55', false) // 131 Game.map.getRoomLinearDistance('E65S55','W65S55', true) // 11
|