Changed diona evolution to use nutrition rather than nutriment.

This commit is contained in:
Zuhayr
2013-11-20 18:33:39 +10:30
parent 249cd0d069
commit 71416e543e
@@ -68,7 +68,7 @@
src << "You are not yet ready for your growth..."
return
if(reagents.get_reagent_amount("nutriment") < 5)
if(nutrition < 400)
src << "You have not yet consumed enough to grow..."
return