It just seems odd that containers are not owned. Why is that?
digital_light
@digital_light
2
Posts
554
Profile views
0
Followers
0
Following
Posts made by digital_light
-
RE: CONTAINER not found
-
CONTAINER not found
I can't seem to be able to find my containers with out just using the ids.
I have tried _.filter(Game.structures,(i)=>i.structureType==STRUCTURE_CONTAINER) but that comes up empty as well as creep.room.find(FIND_STRUCTURES,(i)=>i.structureType==STRUCTURE_CONTAINER)
it seems that when the containers are built they aren't added to the structure list.