Revert 10k stomp change in Player

This commit is contained in:
jdaster64
2025-09-24 10:32:16 -04:00
parent 9e6b453fe0
commit b3694e0cf2

View File

@@ -392,6 +392,7 @@ func add_stomp_combo(award_score := true) -> void:
if stomp_combo >= 10:
if award_score:
if Global.current_game_mode == Global.GameMode.CHALLENGE or Settings.file.difficulty.inf_lives:
Global.score += 10000
score_note_spawner.spawn_note(10000)
else:
Global.lives += 1