Compare commits
2 Commits
96424f3a1f
...
704b760c52
Author | SHA1 | Date | |
---|---|---|---|
704b760c52 | |||
5a5408479a |
@ -229,6 +229,7 @@ static REGISTERED_COMMANDS: UserVerbRegistry = phf_map! {
|
|||||||
|
|
||||||
"st" => status::VERB,
|
"st" => status::VERB,
|
||||||
"stat" => status::VERB,
|
"stat" => status::VERB,
|
||||||
|
"stats" => status::VERB,
|
||||||
"status" => status::VERB,
|
"status" => status::VERB,
|
||||||
|
|
||||||
"uninstall" => uninstall::VERB,
|
"uninstall" => uninstall::VERB,
|
||||||
|
@ -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: -1, // 0.01% per mL
|
thirst_impact: -100, // 1% per mL
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user