Schoolie440 / ScreepsCoop

Brian, Joe, and Ben's Coop Screeps Repo
0 stars 1 forks source link

Fallback spawn logic didn't work #23

Closed schoolie closed 5 years ago

schoolie commented 5 years ago

I got wiped out by an intruder, and no "recovery" creeps were spawned. Guessing this was lost when we restructured creep management.

schoolie commented 5 years ago

Clarifying a bit:

There was still an army creep alive, so workerCreeps.length didn't hit 0 until he died. After that, the logic worked.