Skip to content

Commit

Permalink
add splits to skills group
Browse files Browse the repository at this point in the history
  • Loading branch information
qwint committed Oct 7, 2024
1 parent 5f0a84a commit fe01c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worlds/hk_rework/Items.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

item_name_groups['Horizontal'] = item_name_groups['Cloak'] | item_name_groups['CDash']
item_name_groups['Vertical'] = item_name_groups['Claw'] | {'Monarch_Wings'}
# TODO remove: from pool_options now
# item_name_groups['Skills'] |= item_name_groups['Vertical'] | item_name_groups['Horizontal']
# add split movement to skills
item_name_groups['Skills'] |= item_name_groups['Vertical'] | item_name_groups['Horizontal']


items = {item for item in progression_effect_lookup.keys()} | set(non_progression_items)
Expand Down

0 comments on commit fe01c25

Please sign in to comment.