From a6c042e4a45f45921abe6ee6e99bf2ebdb360bd2 Mon Sep 17 00:00:00 2001 From: KasparoVy <12377767+KasparoVy@users.noreply.github.com> Date: Fri, 10 Apr 2020 00:04:47 -0400 Subject: [PATCH] Clarify Primary Nutrition Source Issue #7181 --- .../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 fe1edb30a1..5950d069d5 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 @@ -101,7 +101,7 @@ /datum/trait/gem_eater name = "Expensive Taste" - desc = "There's nothing that sates the appetite better than precious gems, exotic or rare minerals and you have damn fine taste. Anything else is beneath you." + desc = "You only gain nutrition from ore. There's nothing that sates the appetite better than precious gems, exotic or rare minerals and you have damn fine taste. Anything else is beneath you." cost = 0 var_changes = list("gets_food_nutrition" = 0, "eat_ore" = 1) //The verb is given in human.dm