Make water more thirst-quenching.

This commit is contained in:
Condorra 2023-09-15 21:32:04 +10:00
parent 5a5408479a
commit 704b760c52

View File

@ -163,7 +163,7 @@ impl LiquidType {
match self {
LiquidType::Water => Some(EatData {
hunger_impact: 0,
thirst_impact: -1, // 0.01% per mL
thirst_impact: -100, // 1% per mL
}),
}
}