From 252e421692fc45ac25e4e30d9cb0c4826915ee2b Mon Sep 17 00:00:00 2001 From: Sam Date: Sat, 6 Feb 2021 15:20:08 -0500 Subject: [PATCH] Roll is no longer free. --- common/src/comp/ability.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/comp/ability.rs b/common/src/comp/ability.rs index 993e41a7df..5bfbda0453 100644 --- a/common/src/comp/ability.rs +++ b/common/src/comp/ability.rs @@ -313,7 +313,7 @@ impl CharacterAbility { pub fn default_roll() -> CharacterAbility { CharacterAbility::Roll { - energy_cost: 0.15, + energy_cost: 150.0, buildup_duration: 0.05, movement_duration: 0.28, recover_duration: 0.125,