Make water a bit less thirst quenching - it's gone a bit too far
This commit is contained in:
parent
fd9d98db79
commit
2350e22f5f
@ -163,7 +163,7 @@ impl LiquidType {
|
|||||||
match self {
|
match self {
|
||||||
LiquidType::Water => Some(EatData {
|
LiquidType::Water => Some(EatData {
|
||||||
hunger_impact: 0,
|
hunger_impact: 0,
|
||||||
thirst_impact: -100, // 1% per mL
|
thirst_impact: -20, // 0.2% per mL
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user