Skip to content

Commit

Permalink
Sets arrow attack lifetime to 192
Browse files Browse the repository at this point in the history
  • Loading branch information
mnmaita committed Dec 19, 2024
1 parent 9ab5c53 commit 93f1808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/src/game/player/player_behaviour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ fn player_attack(
ENEMY_HURT | GROUND,
),
),
Attack::new(16, entity).with_max_targets(1),
Attack::new(192, entity).with_max_targets(1),
Pushback(Knockback::new(
Vec2::new(
facing.direction() * config.melee_pushback,
Expand Down

0 comments on commit 93f1808

Please sign in to comment.