mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 16:44:33 +01:00
Oh god, no internet. What do? Update:
- Changling chem regeneration rate and start chem reduced by half. - You can't emote while under the effects of the changeling's paralysis dart or zombie powder. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@917 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
|
||||
if (length(message) >= 1)
|
||||
if (copytext(message, 1, 2) != "*")
|
||||
if (src.miming || src.silent)
|
||||
if (src.miming)
|
||||
return
|
||||
|
||||
if (src.muted)
|
||||
if (src.muted || src.silent)
|
||||
return
|
||||
|
||||
if (src.stat == 2)
|
||||
|
||||
Reference in New Issue
Block a user