mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #10693 from VOREStation/upstream-merge-8138
[MIRROR] fixes coughs screaming in the chat
This commit is contained in:
committed by
Chompstation Bot
parent
8aa043f4f4
commit
49b8ee4146
@@ -9,7 +9,7 @@
|
||||
return "You [H.species.scream_verb_1p]!"
|
||||
. = ..()
|
||||
|
||||
/decl/emote/audible/cough/get_emote_message_3p(var/atom/user, var/atom/target, var/extra_params)
|
||||
/decl/emote/audible/scream/get_emote_message_3p(var/atom/user, var/atom/target, var/extra_params)
|
||||
if(ishuman(user))
|
||||
var/mob/living/carbon/human/H = user
|
||||
return "[H.species.scream_verb_3p]!"
|
||||
|
||||
Reference in New Issue
Block a user