Merge pull request #5895 from mwerezak/fixes

Fixes
This commit is contained in:
Zuhayr
2014-08-05 08:23:38 +09:30
2 changed files with 1 additions and 1 deletions

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))

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB