mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix: tweek hp
This commit is contained in:
parent
051a964798
commit
095e66fc01
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user