This commit is contained in:
boy2mantwicethefam
2020-07-07 01:05:00 +03:00
committed by GitHub
parent f173a2c55a
commit d70a5f21dd

View File

@@ -64,7 +64,7 @@
if(!issilent(user) && (M_HARDCORE in user.mutations)) if(!issilent(user) && (M_HARDCORE in user.mutations))
message = "whispers with their final breath, <i>'i told u i was hardcore..'</i>" message = "whispers with their final breath, <i>'i told u i was hardcore..'</i>"
. = ..() . = ..()
if(. && isalienadult(user)) if(params && isalienadult(user))
playsound(user.loc, 'sound/voice/hiss6.ogg', 80, 1, 1) playsound(user.loc, 'sound/voice/hiss6.ogg', 80, 1, 1)
if (. && user.stat == UNCONSCIOUS && !params) if (. && user.stat == UNCONSCIOUS && !params)
user.succumb_proc(0, 1) user.succumb_proc(0, 1)