mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Changed diona evolution to use nutrition rather than nutriment.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user