Ion laws (including the "random" ones by admins) are now more visible for the AI/robots.

Because single line of text is so easy to miss in spammed chat. Now it automatically shows output of show-laws verb which is significantly harder to miss.
This commit is contained in:
Atlantiscze
2014-12-17 07:43:46 +01:00
parent c82bbd0d29
commit 77fa2705dd
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -527,6 +527,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
M.add_ion_law(input)
for(var/mob/living/silicon/ai/O in mob_list)
O << "\red " + input + "\red...LAWS UPDATED"
O.show_laws()
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)