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),