mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'sam/fix-roll' into 'master'
Fixes roll being free See merge request veloren/veloren!1757
This commit is contained in:
commit
909ed80e9e
@ -313,7 +313,7 @@ impl CharacterAbility {
|
|||||||
|
|
||||||
pub fn default_roll() -> CharacterAbility {
|
pub fn default_roll() -> CharacterAbility {
|
||||||
CharacterAbility::Roll {
|
CharacterAbility::Roll {
|
||||||
energy_cost: 0.15,
|
energy_cost: 150.0,
|
||||||
buildup_duration: 0.05,
|
buildup_duration: 0.05,
|
||||||
movement_duration: 0.28,
|
movement_duration: 0.28,
|
||||||
recover_duration: 0.125,
|
recover_duration: 0.125,
|
||||||
|
Loading…
Reference in New Issue
Block a user