Skip to content

Commit 835fd4b

Browse files
committed
arena rules
1 parent d594db5 commit 835fd4b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

worlds/kss/rules.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,9 @@ def set_rules(world: "KSSWorld"):
122122
item_names.jet, item_names.mirror, item_names.parasol, item_names.plasma,
123123
item_names.stone, item_names.sword, item_names.wing, item_names.yoyo],
124124
world.player))
125-
125+
126+
if "The Arena" in world.options.included_subgames:
127+
for i in range(10, 21):
128+
set_rule(world.get_location(f"The Arena - {i} Straight Wins"),
129+
lambda state: state.has_group_unique("Copy Ability", world.player, 5))
130+

0 commit comments

Comments
 (0)