mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-02 05:23:01 +00:00
Emagged Cyborg Fix
- Emagged cyborgs now can select their special weapon.
This commit is contained in:
@@ -1114,7 +1114,10 @@
|
||||
|
||||
if (href_list["act"])
|
||||
var/obj/item/O = locate(href_list["act"])
|
||||
if (!istype(O) || !(O in src.module.modules))
|
||||
if (!istype(O))
|
||||
return
|
||||
|
||||
if(!((O in src.module.modules) || (O == src.module.emag)))
|
||||
return
|
||||
|
||||
if(activated(O))
|
||||
|
||||
Reference in New Issue
Block a user