From d417447165f2c26264764d95e3a60c2d70586ec0 Mon Sep 17 00:00:00 2001 From: NPC1314 Date: Sat, 31 Aug 2024 08:16:32 +0200 Subject: [PATCH] Nightvision --- .../carbon/human/species_types/roguetown/dwarf/_dwarf.dm | 1 + code/modules/surgery/organs/eyes.dm | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/code/modules/mob/living/carbon/human/species_types/roguetown/dwarf/_dwarf.dm b/code/modules/mob/living/carbon/human/species_types/roguetown/dwarf/_dwarf.dm index 4fec8289f..4cb9a9473 100644 --- a/code/modules/mob/living/carbon/human/species_types/roguetown/dwarf/_dwarf.dm +++ b/code/modules/mob/living/carbon/human/species_types/roguetown/dwarf/_dwarf.dm @@ -5,6 +5,7 @@ name = "Dwarfb" id = "dwarf" max_age = 200 + mutanteyes = /obj/item/organ/eyes/light_sensitive /datum/species/dwarf/on_species_gain(mob/living/carbon/C, datum/species/old_species) ..() diff --git a/code/modules/surgery/organs/eyes.dm b/code/modules/surgery/organs/eyes.dm index 84527dd0b..4d3a1390b 100644 --- a/code/modules/surgery/organs/eyes.dm +++ b/code/modules/surgery/organs/eyes.dm @@ -154,6 +154,12 @@ see_in_dark = 3 lighting_alpha = LIGHTING_PLANE_ALPHA_LESSER_NV_TRAIT +/obj/item/organ/eyes/light_sensitive + name = "light-sensitive eyes" + desc = "" + see_in_dark = 4 + lighting_alpha = LIGHTING_PLANE_ALPHA_LESSER_NV_TRAIT + /obj/item/organ/eyes/goblin name = "goblin eyes" desc = ""