Find(FIND_MY_STRUCTURES) leaves out walls
-
I had to change the FIND_MY_STRUCTURES filter to FIND_STRUCTURES in order to return a list with my walls in it.
var foundStructures = creep.room.find(FIND_STRUCTURES);
-
You do not own walls and roads, so they won't show up under FIND_MY_STRUCTURES. This is intended.