it actually works now
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user