Make water a bit less thirst quenching - it's gone a bit too far

This commit is contained in:
Condorra 2023-10-15 17:12:30 +11:00
parent fd9d98db79
commit 2350e22f5f

View File

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