mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
- Admin announcements in stealth mode no longer say "Admin Candidate Announces" but rather "Administrator Announces"
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1458 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1784,7 +1784,7 @@ var/showadminmessages = 1
|
||||
if (message)
|
||||
if(usr.client.holder.rank != "Game Admin" && usr.client.holder.rank != "Game Master")
|
||||
message = adminscrub(message,500)
|
||||
world << "\blue <b>[usr.client.stealth ? "Admin Candidate" : usr.key] Announces:</b>\n \t [message]"
|
||||
world << "\blue <b>[usr.client.stealth ? "Administrator" : usr.key] Announces:</b>\n \t [message]"
|
||||
log_admin("Announce: [key_name(usr)] : [message]")
|
||||
/obj/admins/proc/toggleooc()
|
||||
set category = "Server"
|
||||
|
||||
Reference in New Issue
Block a user