manageStorage() {
        if (this.hasMisplacedStorage() && this.room.storage.store.getUsedCapacity() < 5000) {
            this.removeUnplannedStructures('storage', STRUCTURE_STORAGE, 1);
        }