Skip to content

Commit

Permalink
Remove useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLX5 committed Mar 29, 2024
1 parent bb1c929 commit 156aa51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion worlds/mmx3/Rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def set_rules(world: MMX3World):
lambda state: state.has(EventName.dr_doppler_lab_3_clear, player))

# Set Boss rematch rules
print (world.options.doppler_lab_3_boss_rematch_count.value)
set_rule(multiworld.get_entrance(f"{RegionName.dr_doppler_lab_3_rematches} -> {RegionName.dr_doppler_lab_3_boss}", player),
lambda state: state.has(EventName.boss_rematch_clear, player, world.options.doppler_lab_3_boss_rematch_count.value))

Expand Down

0 comments on commit 156aa51

Please sign in to comment.