Night vision goggles.

They have a range of five tiles. Enjoy.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1274 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
tronaldnwn@hotmail.com
2011-03-25 02:03:50 +00:00
parent 52a9c0b329
commit 97338c7262
4 changed files with 10 additions and 0 deletions

View File

@@ -691,6 +691,10 @@
src.see_in_dark = 3
if(!src.druggy)
src.see_invisible = 0
else if (istype(src.glasses, /obj/item/clothing/glasses/night))
src.see_in_dark = 5
if(!src.druggy)
src.see_invisible = 0
else if (istype(src.glasses, /obj/item/clothing/glasses/thermal))
src.sight |= SEE_MOBS
src.see_in_dark = 4