Make replenish hunger and satiety fill the correct amount of food, and make them say the correct number in their descriptions

This commit is contained in:
Electroblob77
2020-03-29 17:00:07 +01:00
parent 220bf15cfb
commit 53a053bfff
5 changed files with 5 additions and 5 deletions
@@ -17,7 +17,7 @@
"chargeup": 0,
"cooldown": 30,
"base_properties": {
"hunger_points": 3,
"hunger_points": 6,
"saturation_modifier": 0.1
}
}
@@ -17,7 +17,7 @@
"chargeup": 0,
"cooldown": 50,
"base_properties": {
"hunger_points": 8,
"hunger_points": 16,
"saturation_modifier": 0.1
}
}