This commit is contained in:
mwerezak
2014-08-04 13:04:34 -04:00
parent 4488ea1bf1
commit 6a7c9e46e6

View File

@@ -1112,7 +1112,7 @@
if (href_list["act"])
var/obj/item/O = locate(href_list["act"])
if (!istype(O) || !(O.loc == src || O.loc == src.module))
if (!istype(O) || !(O in src.module.modules))
return
if(activated(O))