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

View File

@@ -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"]