Skip to content

Commit

Permalink
Merge pull request #45 from NPC1314/nightvision
Browse files Browse the repository at this point in the history
Nightvision
  • Loading branch information
russ-money authored Sep 1, 2024
2 parents efd8408 + d417447 commit dd78333
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
..()
Expand Down
6 changes: 6 additions & 0 deletions code/modules/surgery/organs/eyes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit dd78333

Please sign in to comment.