mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
fix (#27036)
This commit is contained in:
committed by
GitHub
parent
f173a2c55a
commit
d70a5f21dd
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user