From ea126318c1a46548bc80baadf252354e02c4e70d Mon Sep 17 00:00:00 2001 From: radiantAurora <80002839+radiantAurora@users.noreply.github.com> Date: Sat, 18 Jun 2022 13:22:13 +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 8ccca058aca..62e1aaaedce 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 @@ -164,7 +164,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.6, "synthetic_food_coeff" = 0.9) /datum/trait/neutral/glowing_eyes name = "Glowing Eyes" From 25433c68152a233cdf9188df8334b600a5ca5ad9 Mon Sep 17 00:00:00 2001 From: radiantAurora <80002839+radiantAurora@users.noreply.github.com> Date: Sun, 19 Jun 2022 19:45:24 +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 62e1aaaedce..26368599af0 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 @@ -164,7 +164,7 @@ cost = 0 custom_only = FALSE can_take = SYNTHETICS - var_changes = list("organic_food_coeff" = 0.6, "synthetic_food_coeff" = 0.9) + var_changes = list("organic_food_coeff" = 0, "synthetic_food_coeff" = 0.6) /datum/trait/neutral/glowing_eyes name = "Glowing Eyes"