Skip to content

Commit

Permalink
adds split movement items to skills item group
Browse files Browse the repository at this point in the history
  • Loading branch information
qwint committed Jun 4, 2024
1 parent 0265f4d commit fc1869a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/hk/Items.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ class HKItemData(NamedTuple):
})
item_name_groups['Horizontal'] = item_name_groups['Cloak'] | item_name_groups['CDash']
item_name_groups['Vertical'] = item_name_groups['Claw'] | {'Monarch_Wings'}
item_name_groups['Skills'] |= item_name_groups['Vertical'] | item_name_groups['Horizontal']

0 comments on commit fc1869a

Please sign in to comment.