Applies the same "NO MORE PIXEL HUNTING" fix to the Cyborg Module Inventory too.

This commit is contained in:
Remie Richards
2015-08-04 23:04:19 +01:00
parent 786709093c
commit 06a4be7708
@@ -54,8 +54,10 @@
/obj/item/weapon/robot_module/proc/fix_modules()
for(var/obj/item/I in modules)
I.flags |= NODROP
I.mouse_opacity = 2
if(emag)
emag.flags |= NODROP
emag.mouse_opacity = 2
/obj/item/weapon/robot_module/proc/on_emag()
return