mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Code quality fix :(
This commit is contained in:
parent
a01d7485e4
commit
2497c04a63
@ -271,7 +271,9 @@ impl BuffKind {
|
||||
}]
|
||||
},
|
||||
BuffKind::Swiftness => vec![
|
||||
BuffEffect::MovementSpeed(1.0 + data.strength * stats.map_or(1.0, |s| s.move_speed_multiplier)),
|
||||
BuffEffect::MovementSpeed(
|
||||
1.0 + data.strength * stats.map_or(1.0, |s| s.move_speed_multiplier)
|
||||
),
|
||||
BuffEffect::DamageReduction(-1.0),
|
||||
BuffEffect::AttackDamage(0.0),
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user