Merge pull request #592 from jack-fractal/Bugfix---Borg-Meson-Vision

Fixing Borg Vision Bug
This commit is contained in:
skull132
2015-06-10 14:06:05 +03:00
2 changed files with 7 additions and 6 deletions
@@ -89,7 +89,8 @@
O.layer = 20 // this bit moves the target object into the robot, and moves it's location on screen
contents += O
if(istype(O,/obj/item/borg/sight))
sight_mode |= module_state_1:sight_mode
var/obj/item/borg/sight/S = O
sight_mode |= S.sight_mode
if (selected) // replaces your selection if you're swapping
select_module(selected)