mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
- 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:
@@ -828,10 +828,6 @@
|
||||
/client/proc/check_ai_laws()
|
||||
set name = "Check AI Laws"
|
||||
set category = "Admin"
|
||||
if(!holder) return
|
||||
for(var/mob/living/silicon/ai/ai in mob_list)
|
||||
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)
|
||||
if(holder)
|
||||
src.holder.output_ai_laws()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user