Skip to content

Commit

Permalink
Reset Exhaustion on /feed
Browse files Browse the repository at this point in the history
  • Loading branch information
Pocketkid2 authored and khobbits committed Jan 8, 2014
1 parent 3b0e86a commit 8c882a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ private void feedPlayer(final Player player) throws QuietAbortException

player.setFoodLevel(flce.getFoodLevel() > 20 ? 20 : flce.getFoodLevel());
player.setSaturation(10);
player.setExhaustion(0F);
}
}

0 comments on commit 8c882a5

Please sign in to comment.