Merge branch 'master' of https://github.com/Baystation12/Baystation12 into dev-freeze

This commit is contained in:
Zuhayr
2014-12-23 00:01:09 +10:30
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
src.laws.add_ion_law(law)
for(var/mob/living/silicon/robot/R in mob_list)
if(R.lawupdate && (R.connected_ai == src))
R << "\red " + law + "\red...LAWS UPDATED"
R.show_laws()
/mob/living/silicon/ai/proc/ai_checklaws()
set category = "AI Commands"