Skip to content

Commit

Permalink
Split at ultra smiley
Browse files Browse the repository at this point in the history
Un-commented ultra smiley splitting code
  • Loading branch information
kr1viah committed Apr 7, 2024
1 parent 5e39c9f commit f0070fd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions mods-unpacked/kr1v-autosplitter/mod_main.gd
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,10 @@ func _process(_delta) -> void:
canSplitOnOrbWeapon = false
print("ultraUpgrade")
split()
#if Global.ultraBossWon && canSplitOnUltraBossWon:
# canSplitOnUltraBossWon = false
# print("ultra bios won")
# split()

if Global.ultraBossWon && canSplitOnUltraBossWon:
canSplitOnUltraBossWon = false
print("ultra bios won")
split()

## handles with configs
func handle_boss_spawn(node):
Expand Down

0 comments on commit f0070fd

Please sign in to comment.