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 = ""