diff --git a/common/src/comp/stats.rs b/common/src/comp/stats.rs index 09ebc940a1..c5c7e29f1d 100644 --- a/common/src/comp/stats.rs +++ b/common/src/comp/stats.rs @@ -169,7 +169,7 @@ impl Stats { // TODO: Delete this once stat points will be a thing pub fn update_max_hp(&mut self) { - self.health.set_maximum(22 * self.level.amount); + self.health.set_maximum(42 * self.level.amount); } }