Skip to content

Commit

Permalink
LOOC Ban Messsage
Browse files Browse the repository at this point in the history
So you know.
  • Loading branch information
Aurrain committed Apr 19, 2024
1 parent 08ed231 commit 30b3653
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/client/verbs/looc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ GLOBAL_VAR_INIT(normal_looc_colour, "#6699CC")

/* if(!(prefs.chat_toggles & CHAT_OOC))
to_chat(src, span_danger("You have OOC muted."))
return
if(jobban_isbanned(mob, "OOC"))
to_chat(src, span_danger("You have been banned from OOC."))
return */
if(jobban_isbanned(mob, "LOOC"))
to_chat(src, "<span class='danger'>You have been banned from LOOC.</span>")
return

if(!holder)
//if(!GLOB.looc_allowed)
Expand Down

0 comments on commit 30b3653

Please sign in to comment.