blrg... didn't update my ai code before commiting, should be fixt

This commit is contained in:
Ravensdale
2013-07-03 21:54:39 -07:00
parent 9aedfa8b23
commit 34cd183d22
+4
View File
@@ -337,6 +337,10 @@ var/list/ai_list = list()
// src << text ("Switching Law [L]'s report status to []", lawcheck[L+1])
checklaws()
if(href_list["say_word"])
src.announcement(href_list["say_word"])
return
if (href_list["lawi"]) // Toggling whether or not a law gets stated by the State Laws verb --NeoFite
var/L = text2num(href_list["lawi"])
switch(ioncheck[L])