Borg sight modules work again

This commit is contained in:
Crazylemon64
2017-01-09 19:45:31 -08:00
parent 9f40d013f9
commit 238e7c4f42
@@ -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()