Skip to content

Commit

Permalink
Duplicate item ids
Browse files Browse the repository at this point in the history
  • Loading branch information
gaithern authored Nov 19, 2023
1 parent 2646a5b commit ace763f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/khcom/Items.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ def get_items_by_category(category: str) -> Dict[str, KHCOMItemData]:
"Enemy Card Hook": KHCOMItemData("Filler", 266_2042, ItemClassification.filler, weight=5),
"Enemy Card Dragon Maleficent": KHCOMItemData("Filler", 266_2043, ItemClassification.filler, weight=5),
"Enemy Card Riku": KHCOMItemData("Filler", 266_2044, ItemClassification.filler, weight=5),
"Enemy Card Axel": KHCOMItemData("Filler", 266_2044, ItemClassification.filler, weight=5),
"Enemy Card Larxene": KHCOMItemData("Filler", 266_2045, ItemClassification.filler, weight=5),
"Enemy Card Vexen": KHCOMItemData("Filler", 266_2046, ItemClassification.filler, weight=5),
"Enemy Card Marluxia": KHCOMItemData("Filler", 266_2047, ItemClassification.filler, weight=5),
"Enemy Card Lexaeus": KHCOMItemData("Filler", 266_2048, ItemClassification.filler, weight=5),
"Enemy Card Ansem": KHCOMItemData("Filler", 266_2049, ItemClassification.filler, weight=5),
"Enemy Card Axel": KHCOMItemData("Filler", 266_2050, ItemClassification.filler, weight=5),

#Gold Map Cards
#"Key of Beginnings F01": KHCOMItemData("Gold Map Cards", 266_3001, ItemClassification.progression, 1, 1),
Expand Down

0 comments on commit ace763f

Please sign in to comment.