We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7eff74 commit f7a3192Copy full SHA for f7a3192
worlds/kss/rules.py
@@ -36,10 +36,6 @@ def set_rules(world: "KSSWorld"):
36
item_names.jet,
37
item_names.bomb],
38
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))
43
set_rule(world.get_entrance("RoMK - Chapter 5 -> RoMK - Chapter 6"),
44
lambda state: state.has_any([item_names.wing,
45
item_names.suplex],
0 commit comments