Skip to content

Commit

Permalink
Bomb Rush Cyberfunk: Fix Coil quest being in glitched logic too early (
Browse files Browse the repository at this point in the history
…#3720)

* Update Rules.py

* Update Rules.py
  • Loading branch information
TRPG0 authored Jul 31, 2024
1 parent 7c8ea34 commit 91f7cf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions worlds/bomb_rush_cyberfunk/Rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,8 @@ def rules(brcworld):
lambda state: mataan_challenge2(state, player, limit, glitched))
set_rule(multiworld.get_location("Mataan: Score challenge reward", player),
lambda state: mataan_challenge3(state, player))
set_rule(multiworld.get_location("Mataan: Coil joins the crew", player),
lambda state: mataan_deepest(state, player, limit, glitched))
if photos:
set_rule(multiworld.get_location("Mataan: Trash Polo", player),
lambda state: camera(state, player))
Expand Down

0 comments on commit 91f7cf1

Please sign in to comment.