Tweaks adminwho ticket message (#14892)

This commit is contained in:
AffectedArc07
2020-11-18 13:59:47 -05:00
committed by GitHub
parent 0c54317ffb
commit 1358381f97
+1 -1
View File
@@ -126,6 +126,6 @@
modmsg += "\t[C] is a [C.holder.rank]\n"
num_mods_online++
var/noadmins_info = "\n<span class='notice'>If no admins or mentors are online, make a ticket anyways. Adminhelps and mentorhelps will be relayed to discord, and staff will still be informed.</span>"
var/noadmins_info = "\n<span class='notice'><small>If no admins or mentors are online, make a ticket anyways. Adminhelps and mentorhelps will be relayed to discord, and staff will still be informed.<small></span>"
msg = "<b>Current Admins ([num_admins_online]):</b>\n" + msg + "\n<b>Current Mentors ([num_mods_online]):</b>\n" + modmsg + noadmins_info
to_chat(src, msg)