This commit is contained in:
kevinz000
2018-04-03 02:22:07 -07:00
committed by GitHub
parent 5dddb2db45
commit 768864d24a
+3
View File
@@ -19,6 +19,9 @@
if(!(prefs.toggles & CHAT_OOC))
to_chat(src, "<span class='danger'> You have OOC muted.</span>")
return
if(jobban_isbanned(src.mob, "OOC"))
to_chat(src, "<span class='danger'>You have been banned from OOC.</span>")
return
if(!holder)
if(!GLOB.ooc_allowed)