mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
Merge remote-tracking branch 'ParadiseSS13/master' into client-data-loading
This commit is contained in:
@@ -104,6 +104,7 @@
|
||||
"Shadowling Thrall" = (mind in SSticker.mode.shadowling_thralls),
|
||||
"Abductor" = (mind in SSticker.mode.abductors),
|
||||
"Revolutionary" = (mind in SSticker.mode.revolutionaries),
|
||||
"Head Revolutionary" = (mind in SSticker.mode.head_revolutionaries)
|
||||
)
|
||||
|
||||
for(var/antag_name in other_antags)
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
log_ghostemote(message, src)
|
||||
|
||||
if(src.client)
|
||||
if(src.client.prefs.muted & MUTE_DEADCHAT)
|
||||
if(check_mute(client.ckey, MUTE_DEADCHAT))
|
||||
to_chat(src, "<span class='warning'>You cannot emote in deadchat (muted).</span>")
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user