rustyscreeps/screeps-game-api

Spawn.spawn_creep mistakenly swaps Part::Heal and Part::Tough

smessmer opened this issue · 2 comments

When spawning a creep with Part::Heal, it creates a creep with Part::Tough instead, and the other way round.

Well, that's silly - got a PR up that should fix, thanks!

Thanks for the quick fix :)