Gameplay changes
- Walls construction is now allowed at Room Controller Level 2.
- Constructing new spawn now doesn't create ramparts around it.
API changes
- Breaking change: methods
Room.lookForAtandRoom.lookForAtAreanow return an array in case if multiple objects found at the tile. - Added new method
Structure.transferEnergyfor extensions. - Added new methods
Structure.destroyandSpawn.destroy. - Added new methods
Structure.notifyWhenAttackedandSpawn.notifyWhenAttacked. - Added new method
RoomPosition.findClosestByRange. - Added new methods
RoomPosition.lookandRoomPosition.lookFor. - The option
withinRampartsOnlyinRoom.findPathmethod is now considered deprecated and will be removed soon.