Merge pull request #6130 from Crazylemon64/always_the_most_obvious

Borg sight modules work again
This commit is contained in:
Fox McCloud
2017-01-10 03:12:57 -05:00
committed by GitHub
@@ -81,6 +81,8 @@
else
to_chat(src, "You need to disable a module first!")
if(istype(activated_thingy,/obj/item/borg/sight))
var/obj/item/borg/sight/such_a_thing = activated_thingy
sight_mode |= such_a_thing.sight_mode
update_sight()
update_icons()