From 4e50bd8fdfa252ac296e804b30fcc6294a2984ca Mon Sep 17 00:00:00 2001 From: BlackMajor Date: Sat, 29 Jul 2023 23:33:50 +1200 Subject: [PATCH] Update positive_ch.dm --- .../carbon/human/species/station/traits_vr/positive_ch.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3ba234f002..4a9e2865f6 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 @@ -105,7 +105,7 @@ name = "Radiation Immunity" desc = "For whatever reason, be it a more dense build or some quirk of your genetic code, your body is completely immune to radiation." cost = 3 - var_changes = list("radiation_mod" = 0.0, "rad_removal_mod" = 10, "rad_levels" = list("safe" = 100, "danger_1" = 150, "danger_2" = 200, "danger_3" = 300)) + var_changes = list("radiation_mod" = 0.0, "rad_removal_mod" = 10, "rad_levels" = list("safe" = 300, "danger_1" = 300, "danger_2" = 300, "danger_3" = 300)) /datum/trait/positive/more_blood name = "Blood Volume, High"