Derpyderp

This commit is contained in:
ZomgPonies
2014-08-03 15:06:47 -04:00
parent 570fd2756b
commit ebca6c5e61
@@ -1205,7 +1205,7 @@
if (href_list["act"])
var/obj/item/O = locate(href_list["act"])
if (!isytpe(O) || !(O.loc == src || O.loc == src.module))
if (!istype(O) || !(O.loc == src || O.loc == src.module))
return
activate_module(O)