From 067e14a039aad57bc484ac6d2fb19c8001257446 Mon Sep 17 00:00:00 2001 From: radiantAurora <80002839+radiantAurora@users.noreply.github.com> Date: Sun, 17 Apr 2022 15:02:56 +0100 Subject: [PATCH 1/2] Update neutral.dm --- .../living/carbon/human/species/station/traits_vr/neutral.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station/traits_vr/neutral.dm b/code/modules/mob/living/carbon/human/species/station/traits_vr/neutral.dm index 5c37007895..c16ef31a28 100644 --- a/code/modules/mob/living/carbon/human/species/station/traits_vr/neutral.dm +++ b/code/modules/mob/living/carbon/human/species/station/traits_vr/neutral.dm @@ -150,7 +150,7 @@ cost = 0 custom_only = FALSE can_take = SYNTHETICS - var_changes = list("organic_food_coeff" = 0, "synthetic_food_coeff" = 0.25) + var_changes = list("organic_food_coeff" = 0.75, "synthetic_food_coeff" = 1) /datum/trait/neutral/glowing_eyes name = "Glowing Eyes" From 805e96774e97b2f612aea01d6aa26ea5e45ee5d0 Mon Sep 17 00:00:00 2001 From: radiantAurora <80002839+radiantAurora@users.noreply.github.com> Date: Sun, 17 Apr 2022 15:09:01 +0100 Subject: [PATCH 2/2] Update neutral.dm --- .../living/carbon/human/species/station/traits_vr/neutral.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station/traits_vr/neutral.dm b/code/modules/mob/living/carbon/human/species/station/traits_vr/neutral.dm index c16ef31a28..eb9edf6659 100644 --- a/code/modules/mob/living/carbon/human/species/station/traits_vr/neutral.dm +++ b/code/modules/mob/living/carbon/human/species/station/traits_vr/neutral.dm @@ -150,7 +150,7 @@ cost = 0 custom_only = FALSE can_take = SYNTHETICS - var_changes = list("organic_food_coeff" = 0.75, "synthetic_food_coeff" = 1) + var_changes = list("organic_food_coeff" = 0.75, "synthetic_food_coeff" = 1) //CHOMPEdit: Increase values /datum/trait/neutral/glowing_eyes name = "Glowing Eyes"