mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
Fixed nymph messages to make them clearer
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user