Makes husking harder, adds husk healing to instabitaluri (#48717)

* Makes husking harder, adds husk healing to isntabitaluri

* Adds amount limit to instab unhusking, removes roundstart.

* treshold define, upped instab limit, nice feedback
This commit is contained in:
skoglol
2020-01-19 18:32:38 -05:00
committed by moo
parent e81a3754fc
commit 03f4a81f16
9 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -517,7 +517,7 @@
staminaloss = round(total_stamina, DAMAGE_PRECISION)
update_stat()
update_mobility()
if(((maxHealth - total_burn) < HEALTH_THRESHOLD_DEAD) && stat == DEAD )
if(((maxHealth - total_burn) < HEALTH_THRESHOLD_DEAD*2) && stat == DEAD )
become_husk("burn")
med_hud_set_health()