Merge pull request #11283 from Fox-McCloud/emote-refactor

Emote Refactor
This commit is contained in:
variableundefined
2019-04-23 19:44:26 +08:00
committed by GitHub
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()