AI SMES fix

This commit is contained in:
ZomgPonies
2014-01-19 07:16:56 -05:00
parent 9f79538bef
commit 09e74e4406
+1 -1
View File
@@ -230,7 +230,7 @@
//world << "[href] ; [href_list[href]]"
if (!istype(src.loc, /turf) || istype(usr, /mob/living/silicon/ai))
if (!istype(src.loc, /turf) || !istype(usr, /mob/living/silicon/ai))
return 0 // Do not update ui
if( href_list["cmode"] )