Fixes vore panel not updating immedeately when setting suffocation damage

This commit is contained in:
Heroman
2022-03-25 17:08:56 +10:00
parent 2403db18f3
commit 661374270a

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