Merge pull request #2084 from Markolie/looc2

LOOC overhaul, stealthmin fixes
This commit is contained in:
Fox-McCloud
2015-09-18 18:05:05 -04:00
14 changed files with 196 additions and 92 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
return
if(!src.client.holder)
if(!dsay_allowed)
if(!config.dsay_allowed)
src << "\red Deadchat is globally muted"
return
+1 -1
View File
@@ -41,7 +41,7 @@
/mob/proc/say_dead(var/message)
if(!src.client.holder)
if(!dsay_allowed)
if(!config.dsay_allowed)
src << "<span class='danger'>Deadchat is globally muted.</span>"
return