diff --git a/worlds/khbbs/Items.py b/worlds/khbbs/Items.py index 248a6f6d1bbf..5e47359bffcf 100644 --- a/worlds/khbbs/Items.py +++ b/worlds/khbbs/Items.py @@ -223,6 +223,7 @@ def get_items_by_category(category: str, character: str) -> Dict[str, KHBBSItemD #"Shotlock": KHBBSItemData("Shotlock Command", code = 227_0010192, classification = ItemClassification.useful, characters = "TVA", max_quantity = 1, khbbsid = "011B"), "Meteor Shower": KHBBSItemData("Shotlock Command", code = 227_0010193, classification = ItemClassification.useful, characters = "TVA", max_quantity = 1, khbbsid = "011C"), "Flame Salvo": KHBBSItemData("Shotlock Command", code = 227_0010194, classification = ItemClassification.useful, characters = "T A", max_quantity = 1, khbbsid = "011D"), + "Chaos Snake": KHBBSItemData("Shotlock Command", code = 227_0010195, classification = ItemClassification.useful, characters = "TVA", max_quantity = 1, khbbsid = "011E"), #"Bubble Blaster": KHBBSItemData("Shotlock Command", code = 227_0010196, classification = ItemClassification.useful, characters = " A", max_quantity = 1, khbbsid = "011F"), "Dark Volley": KHBBSItemData("Shotlock Command", code = 227_0010197, classification = ItemClassification.useful, characters = "T ", max_quantity = 1, khbbsid = "0120"), "Ragnarok": KHBBSItemData("Shotlock Command", code = 227_0010198, classification = ItemClassification.useful, characters = "TVA", max_quantity = 1, khbbsid = "0121"), @@ -379,4 +380,4 @@ def get_items_by_category(category: str, character: str) -> Dict[str, KHBBSItemD category = item_table[item].category if category not in item_name_groups.keys(): item_name_groups[category] = set([]) - item_name_groups[category].add(item) \ No newline at end of file + item_name_groups[category].add(item)