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
+6
View File
@@ -17,6 +17,12 @@
item_state = "glasses"
origin_tech = "magnets=2"
/obj/item/clothing/glasses/night
name = "Night Vision Goggles"
icon_state = "night"
item_state = "glasses"
origin_tech = "magnets=2"
/obj/item/clothing/glasses/regular
name = "Prescription Glasses"
icon_state = "glasses"
@@ -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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB