mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
12 lines
498 B
Plaintext
12 lines
498 B
Plaintext
/obj/item/organ/eyes/night_vision/cyber
|
|
name = "nightvision eyes"
|
|
icon = 'modular_skyrat/modules/implants/icons/internal_HA.dmi' //All in the chest implants .dmi
|
|
icon_state = "eyes_nvcyber"
|
|
desc = "A pair of eyes with built-in nightvision optics, with the additional bonus of being rad as hell."
|
|
eye_color_left = "#0ffc03"
|
|
eye_color_right = "#ff2700"
|
|
organ_flags = ORGAN_ROBOTIC
|
|
low_light_cutoff = list(0, 15, 20)
|
|
medium_light_cutoff = list(0, 20, 35)
|
|
high_light_cutoff = list(0, 40, 50)
|