Zombie Stuff (#10499)

This commit is contained in:
Geeves
2020-11-17 10:15:09 +01:00
committed by GitHub
parent 2042dafb69
commit ae46ed4a04
36 changed files with 263 additions and 57 deletions
+1 -2
View File
@@ -339,8 +339,7 @@
M.emote("scream")
else
var/mob/living/carbon/C = M
if(C.can_feel_pain())
C.emote("scream")
C.emote("scream")
M.death(1)
M.ghostize()
qdel(M)