- Me and noddie were both working on the same thing at the same time. So one of the doubled procs has to go. And since I'm making the update it's gonna be his proc that goes :3

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4191 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-07-27 07:51:27 +00:00
parent f908a610b7
commit 18ad19d3cf

View File

@@ -828,10 +828,6 @@
/client/proc/check_ai_laws() /client/proc/check_ai_laws()
set name = "Check AI Laws" set name = "Check AI Laws"
set category = "Admin" set category = "Admin"
if(!holder) return if(holder)
for(var/mob/living/silicon/ai/ai in mob_list) src.holder.output_ai_laws()
usr << "[key_name(ai, usr)]'s Laws:"
if (ai.laws == null)
usr << "[key_name(ai, usr)]'s Laws are null??"
else
ai.laws.show_laws(usr)