mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
triple_strike knockback 20.0 -> 15.0
This commit is contained in:
parent
11be9c10b2
commit
31760d220a
@ -115,7 +115,7 @@ impl CharacterBehavior for Data {
|
||||
max_angle: 180_f32.to_radians(),
|
||||
applied: false,
|
||||
hit_count: 0,
|
||||
knockback: 20.0,
|
||||
knockback: 15.0,
|
||||
});
|
||||
|
||||
CharacterState::TripleStrike(Data {
|
||||
|
Loading…
Reference in New Issue
Block a user