Skip to content

Commit

Permalink
Fixed an oversight with Bonking
Browse files Browse the repository at this point in the history
  • Loading branch information
Charpurrr committed Sep 7, 2024
1 parent 6a95193 commit 09c831e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func _trans_rules():
if actor.is_on_floor():
return &"DiveSlide"

if actor.push_rays.is_colliding() or actor.is_on_wall():
if actor.is_on_wall():
return &"Bonk"

if movement.can_air_action() and Input.is_action_just_pressed(&"groundpound"):
Expand Down

0 comments on commit 09c831e

Please sign in to comment.