This commit is contained in:
HEIEnthusiast 2023-11-28 13:42:24 -04:00
parent 2497c04a63
commit 7d7937df36

View File

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