it actually works now

This commit is contained in:
cebutris
2017-06-05 03:37:25 -04:00
parent 12790a5422
commit 97027d1631
+1 -1
View File
@@ -87,7 +87,6 @@
message_larva = "lets out a sickly hiss of air and falls limply to the floor..."
message_monkey = "lets out a faint chimper as it collapses and stops moving..."
message_simple = "stops moving..."
playsound(user.loc, 'sound/voice/oof.ogg', 80, 1, 1) //Defenitley not copypasta
stat_allowed = UNCONSCIOUS
/datum/emote/living/deathgasp/run_emote(mob/user, params)
@@ -96,6 +95,7 @@
message_simple = S.deathmessage
. = ..()
message_simple = initial(message_simple)
playsound(user.loc, 'sound/voice/oof.ogg', 80, 1, 1)//Defenitley not copypasta
if(. && isalienadult(user))
playsound(user.loc, 'sound/voice/hiss6.ogg', 80, 1, 1)