JonathanSafer / screeps

Screeps AI
MIT License
25 stars 7 forks source link

fix miner body #200

Closed jordansafer closed 2 years ago

jordansafer commented 2 years ago

miner body automatically sets 1 carry for miners with a source flag value, but this doesn't take into account room energy available/capacity (the energy variable provided for creating a body). This is currently commented out, but should take into account energy available. For now, we're using the previous calculation unchanged (what was used before 1/23)