From 806951968629942dda5d89cd3adcdfce0eb9dfdd Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sun, 1 Jun 2014 22:39:57 -0400 Subject: [PATCH] Fixed nymph messages to make them clearer --- code/modules/mob/living/carbon/monkey/diona.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/monkey/diona.dm b/code/modules/mob/living/carbon/monkey/diona.dm index ebcd6e78ab1..3afe822d64c 100644 --- a/code/modules/mob/living/carbon/monkey/diona.dm +++ b/code/modules/mob/living/carbon/monkey/diona.dm @@ -164,11 +164,11 @@ set desc = "Grow to a more complex form." if(donors.len < 5) - src << "You are not yet ready for your growth..." + src << "You need more blood in order to ascend to a new state of consciousness..." return if(reagents.get_reagent_amount("nutriment") < 5) - src << "You have not yet consumed enough to grow..." + src << "You need to binge on weeds in order to have the energy to grow..." return src.split()