Fix pAI interface (somewhat)

This commit is contained in:
Tigercat2000
2015-11-20 21:23:31 -08:00
parent f424830045
commit d2ea2ae2e1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -233,7 +233,7 @@
return
if(pai)
if(!in_range(src, U) || pai.canmove || pai.resting)
if(!in_range(src, U))
U << browse(null, "window=paicard")
usr.unset_machine()
return
@@ -92,8 +92,8 @@ var/global/list/default_pai_software = list()
ui.set_auto_update(1)
/mob/living/silicon/pai/Topic(href, href_list)
. = ..()
if(.) return
if(..())
return 1
if(href_list["software"])
var/soft = href_list["software"]