# OBSOLETE -- this script is no longer called

if (plant_food_points > 1)

 plant_food_points = plant_food_points -1

 if (hunger < 100)
  hunger = hunger + 10
 endif

endif

