pguth66 / screeps-pguth66

My Screeps code
Apache License 2.0
0 stars 1 forks source link

make squad members have creep.name == their member id #49

Open pguth66 opened 4 years ago

pguth66 commented 4 years ago

this will make it easier to do things like set them to recycle

pguth66 commented 4 years ago

so right now creeps get put in the build queue, then pulled off by room.runBuildQueue, and the name is generated automatically in there. so to fix this have to

then have to update the squad processing code

pguth66 commented 4 years ago

maybe what this should really be is a way to add creeps into a squad - the use case I'm trying to enable is to be able to set everyone to recycle with a squad.forEach(member)