Merge pull request #13838 from Citadel-Station-13/silicons-patch-32

removes deathgasping on death if already faking death as it's real easy to spot changelings in stasis otherwise
This commit is contained in:
DeltaFire
2020-12-28 16:57:11 +01:00
committed by GitHub
+1 -1
View File
@@ -5,7 +5,7 @@
silent = FALSE
losebreath = 0
if(!gibbed)
if(!gibbed && !HAS_TRAIT(src, TRAIT_DEATHCOMA))
emote("deathgasp")
. = ..()