Fixes BSTs spawning in with 100 health (#11233)

This commit is contained in:
Matt Atlas
2021-02-18 20:36:47 +01:00
committed by GitHub
parent b72b1eddba
commit af5bc7b869
2 changed files with 1 additions and 7 deletions
@@ -1414,6 +1414,7 @@
species.handle_post_spawn(src,kpg) // should be zero by default
maxHealth = species.total_health
health = maxHealth
spawn(0)
regenerate_icons()