mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user