Merge pull request #12530 from Heroman3003/suff

Fixes vore panel not updating immedeately when setting suffocation damage
This commit is contained in:
Casey
2022-03-25 05:22:41 -04:00
committed by GitHub

View File

@@ -981,6 +981,7 @@
return FALSE
var/new_new_damage = CLAMP(new_damage, 0, 12)
host.vore_selected.digest_oxy = new_new_damage
. = TRUE
if("b_emoteactive")
host.vore_selected.emote_active = !host.vore_selected.emote_active
. = TRUE