pguth66 / screeps-pguth66

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

separate boosting from compounding #40

Closed pguth66 closed 4 years ago

pguth66 commented 4 years ago

Right now 'room.memory.minType' is used for both, so you can't boost in a room that's doing compounds. Should switch this so boosting is separate

pguth66 commented 4 years ago

handled boosting in frontier rooms with 239706ed50230528dbcc637c763fffe40f7b6469

pguth66 commented 4 years ago

above commit actually fixes this issue, dunno why it's still open