fix: tweek hp

This commit is contained in:
timokoesters 2019-10-08 20:36:46 +02:00
parent 051a964798
commit 095e66fc01
No known key found for this signature in database
GPG Key ID: CD80BE9AAEE78097

View File

@ -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);
}
}