Skip to content

Commit f7a3192

Browse files
committed
Update rules.py
1 parent f7eff74 commit f7a3192

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

worlds/kss/rules.py

-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ def set_rules(world: "KSSWorld"):
3636
item_names.jet,
3737
item_names.bomb],
3838
world.player))
39-
set_rule(world.get_location(location_names.romk_chapter_5),
40-
lambda state: state.has_any([item_names.wing,
41-
item_names.suplex],
42-
world.player))
4339
set_rule(world.get_entrance("RoMK - Chapter 5 -> RoMK - Chapter 6"),
4440
lambda state: state.has_any([item_names.wing,
4541
item_names.suplex],

0 commit comments

Comments
 (0)