Mining cyborgs now have turf vision, so they aren't mining blind anymore.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1344 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
tronaldnwn@hotmail.com
2011-04-02 16:26:47 +00:00
parent 920f6381d2
commit a35199a44f
@@ -147,6 +147,10 @@
src.sight |= SEE_OBJS
src.see_in_dark = 8
src.see_invisible = 2
else if (istype(src.module, /obj/item/weapon/robot_module/miner))
src.sight |= SEE_TURFS
src.see_in_dark = 8
src.see_invisible = 2
else if (src.stat != 2)
src.sight &= ~SEE_MOBS
src.sight &= ~SEE_TURFS