mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
Derpyderp
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user