mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
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:
@@ -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 |
Reference in New Issue
Block a user