diff --git a/code/modules/admin/verbs/randomverbs.dm b/code/modules/admin/verbs/randomverbs.dm index 44a55446c51..f26375605f5 100644 --- a/code/modules/admin/verbs/randomverbs.dm +++ b/code/modules/admin/verbs/randomverbs.dm @@ -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"