Skip to content

Commit

Permalink
Update Items.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gaithern committed Dec 6, 2023
1 parent 67efa15 commit dd968ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions worlds/khrecom/Items.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ def get_items_by_category(category: str, disclude: list) -> Dict[str, KHRECOMIte
"Enemy Card Parasite Cage": KHRECOMItemData("Enemy Cards", code = 268_2032, classification = ItemClassification.filler, max_quantity = 1, weight = 3),
"Enemy Card Trickmaster": KHRECOMItemData("Enemy Cards", code = 268_2033, classification = ItemClassification.filler, max_quantity = 1, weight = 3),
"Enemy Card Darkside": KHRECOMItemData("Enemy Cards", code = 268_2034, classification = ItemClassification.filler, max_quantity = 1, weight = 3),
"Enemy Card Card Soldier (Red)": KHRECOMItemData("Enemy Cards", code = 268_2035, classification = ItemClassification.filler, max_quantity = 1, weight = 3),
"Enemy Card Card Soldier (Black)": KHRECOMItemData("Enemy Cards", code = 268_2036, classification = ItemClassification.filler, max_quantity = 1, weight = 3),
"Enemy Card Card Soldier": KHRECOMItemData("Enemy Cards", code = 268_2035, classification = ItemClassification.filler, max_quantity = 1, weight = 3),
"Enemy Card Hades": KHRECOMItemData("Enemy Cards", code = 268_2037, classification = ItemClassification.filler, max_quantity = 1, weight = 3),
"Enemy Card Jafar": KHRECOMItemData("Enemy Cards", code = 268_2039, classification = ItemClassification.filler, max_quantity = 1, weight = 3),
"Enemy Card Oogie Boogie": KHRECOMItemData("Enemy Cards", code = 268_2040, classification = ItemClassification.filler, max_quantity = 1, weight = 3),
Expand Down

0 comments on commit dd968ed

Please sign in to comment.