fluffy half-crop jacket.

This commit is contained in:
QuoteFox
2021-04-17 21:21:21 +01:00
parent b776ec2b9b
commit 276a81f026
5 changed files with 18 additions and 3 deletions
+3
View File
@@ -20,6 +20,9 @@ GLOBAL_VAR_INIT(normal_looc_colour, "#6699CC")
if(!msg)
return
if(!(prefs.toggles & CHAT_OOC))
to_chat(src, "<span class='danger'> You have OOC muted.</span>")
return
if(jobban_isbanned(mob, "OOC"))
to_chat(src, "<span class='danger'>You have been banned from OOC.</span>")
return