mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +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"
|
||||
@@ -2186,7 +2186,7 @@ var/showadminmessages = 1
|
||||
guests_allowed = !( guests_allowed )
|
||||
if (!( guests_allowed ))
|
||||
world << "<B>Guests may no longer enter the game.</B>"
|
||||
else
|
||||
else
|
||||
world << "<B>Guests may now enter the game.</B>"
|
||||
log_admin("[key_name(usr)] toggled guests game entering [guests_allowed?"":"dis"]allowed.")
|
||||
message_admins("\blue [key_name_admin(usr)] toggled guests game entering [guests_allowed?"":"dis"]allowed.", 1)
|
||||
|
||||
Reference in New Issue
Block a user