From 7d7937df36e86c81ba38332a1056cab671088593 Mon Sep 17 00:00:00 2001 From: HEIEnthusiast Date: Tue, 28 Nov 2023 13:42:24 -0400 Subject: [PATCH] , --- common/src/comp/buff.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/comp/buff.rs b/common/src/comp/buff.rs index 45c7c4fe62..261217b5e0 100644 --- a/common/src/comp/buff.rs +++ b/common/src/comp/buff.rs @@ -272,7 +272,7 @@ impl BuffKind { }, BuffKind::Swiftness => vec![ BuffEffect::MovementSpeed( - 1.0 + data.strength * stats.map_or(1.0, |s| s.move_speed_multiplier) + 1.0 + data.strength * stats.map_or(1.0, |s| s.move_speed_multiplier), ), BuffEffect::DamageReduction(-1.0), BuffEffect::AttackDamage(0.0),