diff options
Diffstat (limited to 'items.py')
-rw-r--r-- | items.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/items.py b/items.py index 78b288e..7e75cc7 100644 --- a/items.py +++ b/items.py | |||
@@ -85,6 +85,7 @@ def load_item_data(): | |||
85 | "The Feeling of Being Lost": ItemClassification.filler, | 85 | "The Feeling of Being Lost": ItemClassification.filler, |
86 | "Wanderlust": ItemClassification.filler, | 86 | "Wanderlust": ItemClassification.filler, |
87 | "Empty White Hallways": ItemClassification.filler, | 87 | "Empty White Hallways": ItemClassification.filler, |
88 | "Speed Boost": ItemClassification.filler, | ||
88 | **{trap_name: ItemClassification.trap for trap_name in TRAP_ITEMS}, | 89 | **{trap_name: ItemClassification.trap for trap_name in TRAP_ITEMS}, |
89 | "Puzzle Skip": ItemClassification.useful, | 90 | "Puzzle Skip": ItemClassification.useful, |
90 | } | 91 | } |