Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/modules/client/verbs/ooc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ GLOBAL_VAR_INIT(mentor_ooc_colour, YOGS_MENTOR_OOC_COLOUR) // yogs - mentor ooc
oocmsg = "<span class='ooc'>\[Mentor]"
oocmsg += "<font color='[prefs.ooccolor]'>"
else
oocmsg = "<span class='ooc'>[is_donator(src) ? "(Donator)" : ""]"
oocmsg = "<span class='ooc'>[(is_donator(src) && !CONFIG_GET(flag/everyone_is_donator)) ? "(Donator)" : ""]"
oocmsg += "<font color='[bussedcolor]'>"
oocmsg += "<span class='prefix'>OOC:</span> <EM>[keyname]:</EM> <span class='message linkify'>[msg]</span></font></span>"
oocmsg_toadmins = oocmsg
Expand Down Expand Up @@ -435,4 +435,4 @@ GLOBAL_VAR_INIT(mentor_ooc_colour, YOGS_MENTOR_OOC_COLOUR) // yogs - mentor ooc
if(!anything)
policytext += "No related rules found."

usr << browse(policytext.Join(""),"window=policy")
usr << browse(policytext.Join(""),"window=policy")