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()