Skip to content

Commit

Permalink
fix helmet teleport rules in toxic seahorse
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLX5 committed Aug 24, 2024
1 parent 5d66eaf commit 3e88e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/mmx3/Rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def add_helmet_logic(world: MMX3World):

set_rule(multiworld.get_entrance(f"{RegionName.toxic_seahorse} -> {RegionName.toxic_seahorse_underwater}", player),
lambda state: state.has(ItemName.third_armor_helmet, player, 1))
set_rule(multiworld.get_entrance(f"{RegionName.toxic_seahorse} -> {RegionName.toxic_seahorse_dam}", player),
set_rule(multiworld.get_entrance(f"{RegionName.toxic_seahorse} -> {RegionName.toxic_seahorse_before_boss}", player),
lambda state: state.has(ItemName.third_armor_helmet, player, 1))

set_rule(multiworld.get_entrance(f"{RegionName.tunnel_rhino} -> {RegionName.tunnel_rhino_wall_jump}", player),
Expand Down

0 comments on commit 3e88e97

Please sign in to comment.