Fix satiation info

This commit is contained in:
Wuzzy 2016-08-05 18:24:40 +02:00
parent a9d8f0f859
commit c0d32203e1
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ This mod adds a hunger mechanic to the game.
A new player starts with 20 satiation points out of 30.
Player actions like digging, placing and walking cause exhausion, which lower the player's
satiation. Also every 800 seconds you lose 1 satiation point without doing anything.
If you are hungry (0 satiation) you will suffer damage and die in case you don't eat something.
If your satiation is greater than 15, you will slowly regenerate health points.
If you are hungry (1 or 0 satiation) you will suffer damage and die in case you don't eat something.
If your satiation is 16 or higher, you will slowly regenerate health points.
Eating food will increase your satiation.
Important: Eating food will not directly increase your health anymore, as long as the food item
is supported by this mod (see below).