From b139547aa3a4634d700e71fe5bfdd8a7248a4b63 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Wed, 4 Jun 2014 23:06:58 -0400 Subject: [PATCH] Made it easier for diona nymphs to grow. --- code/modules/mob/living/carbon/monkey/diona.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/monkey/diona.dm b/code/modules/mob/living/carbon/monkey/diona.dm index 3afe822d64c..44ac48debe8 100644 --- a/code/modules/mob/living/carbon/monkey/diona.dm +++ b/code/modules/mob/living/carbon/monkey/diona.dm @@ -167,7 +167,7 @@ src << "You need more blood in order to ascend to a new state of consciousness..." return - if(reagents.get_reagent_amount("nutriment") < 5) + if(nutrition < 500) src << "You need to binge on weeds in order to have the energy to grow..." return