mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
remove now outdated comment
This commit is contained in:
1
Items.py
1
Items.py
@@ -198,7 +198,6 @@ item_table = {'Bow': (True, None, 0x0B, 'You have\nchosen the\narcher class.', '
|
||||
'Return Smith': (True, 'Event', None, None, None, None, None, None, None, None),
|
||||
'Pick Up Purple Chest': (True, 'Event', None, None, None, None, None, None, None, None),
|
||||
'Open Floodgate': (True, 'Event', None, None, None, None, None, None, None, None),
|
||||
# should probably be converted to an actual item, for purposes for startinventory and such
|
||||
}
|
||||
|
||||
lookup_id_to_name = {data[2]: name for name, data in item_table.items()}
|
||||
|
Reference in New Issue
Block a user