mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-06 07:22:42 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user