Emote Refactor

This commit is contained in:
Fox McCloud
2019-04-10 15:42:12 -04:00
parent 5414aef35d
commit c536c55b28
29 changed files with 99 additions and 96 deletions
+1 -1
View File
@@ -169,7 +169,7 @@
return
if(M.mind && M.mind.changeling && M.mind.changeling.regenerating) //no messing with changeling's fake death
return
M.visible_message("<B>[M]</B> seizes up and falls limp, [M.p_their()] eyes dead and lifeless...") //so you can't trigger deathgasp emote on people. Edge case, but necessary.
M.emote("deathgasp")
M.status_flags |= FAKEDEATH
M.update_stat("fakedeath reagent")
M.med_hud_set_health()