Admin-supplied custom laws are now indistinguishable (to players) from ion storm events.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@462 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
musketstgstation@gmail.com
2010-11-19 20:37:07 +00:00
parent 5450c51bad
commit a57b091238

View File

@@ -259,10 +259,13 @@
else
M.add_supplied_law(10,input)
for(var/mob/living/silicon/O in world)
O << "\blue New law uploaded by Centcom: " + input
O << "\red " + input
log_admin("Admin [key_name(usr)] has added a new AI law - [input]")
message_admins("Admin [key_name_admin(usr)] has added a new AI law - [input]", 1)
command_alert("Ion storm detected near the station. Please check all AI-controlled equipment for errors.", "Anomaly Alert")
world << sound('ionstorm.ogg')
/client/proc/cmd_admin_rejuvenate(mob/M as mob in world)
set category = "Special Verbs"