diff --git a/code/modules/mob/living/carbon/human/species/station/traits_vr/positive.dm b/code/modules/mob/living/carbon/human/species/station/traits_vr/positive.dm index 54c09e7b9b..171ded07f8 100644 --- a/code/modules/mob/living/carbon/human/species/station/traits_vr/positive.dm +++ b/code/modules/mob/living/carbon/human/species/station/traits_vr/positive.dm @@ -40,7 +40,7 @@ desc = "Decreases your susceptibility to electric shocks by a 50% amount." //CHOMP Edit cost = 3 //Let us not forget this effects tasers! var_changes = list("siemens_coefficient" = 0.5) //CHOMP Edit - +/* //Chompedit, moving to Positive_ch.dm so it wont be messed with from upstream /datum/trait/positive/darksight name = "Darksight" desc = "Allows you to see a short distance in the dark and 10% more susceptible to flashes." //CHOMP Edit @@ -52,7 +52,7 @@ desc = "Allows you to see in the dark for almost the whole screen and 20% more susceptible to flashes." //CHOMP Edit cost = 2 var_changes = list("darksight" = 6) //CHOMP Edit - +*/ /datum/trait/positive/melee_attack name = "Sharp Melee" desc = "Provides sharp melee attacks that do slightly more damage." diff --git a/code/modules/mob/living/carbon/human/species/station/traits_vr/positive_ch.dm b/code/modules/mob/living/carbon/human/species/station/traits_vr/positive_ch.dm index 3550b88d87..2d02d2a442 100644 --- a/code/modules/mob/living/carbon/human/species/station/traits_vr/positive_ch.dm +++ b/code/modules/mob/living/carbon/human/species/station/traits_vr/positive_ch.dm @@ -4,6 +4,18 @@ cost = 2 var_changes = list("num_alternate_languages" = 12) +/datum/trait/positive/darksight + name = "Darksight" + desc = "Allows you to see a short distance in the dark." + cost = 1 + var_changes = list("darksight" = 4) //CHOMP Edit + +/datum/trait/positive/darksight_plus + name = "Darksight, Major" + desc = "Allows you to see in the dark for the whole screen." + cost = 2 + var_changes = list("darksight" = 8) + /datum/trait/positive/densebones name = "Dense bones" desc = "Your bones (or robotic limbs) are more dense or stronger then what is considered normal. It is much harder to fracture your bones, yet pain from fractures is much more intense."