mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Added Changelog
This commit is contained in:
parent
f9e1aca045
commit
21f417dbef
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Added
|
||||
- Command to toggle experimental shaders.
|
||||
- Faster Energy Regeneration while sitting.
|
||||
|
||||
### Changed
|
||||
- Bats move slower and use a simple proportional controller to maintain altitude
|
||||
|
@ -190,7 +190,6 @@ impl<'a> System<'a> for Sys {
|
||||
poise.regen_rate = (poise.regen_rate + POISE_REGEN_ACCEL * dt).min(10.0);
|
||||
}
|
||||
},
|
||||
|
||||
// Ability use does not regen and sets the rate back to zero.
|
||||
CharacterState::BasicMelee(_)
|
||||
| CharacterState::DashMelee(_)
|
||||
|
Loading…
Reference in New Issue
Block a user