remove now outdated comment
This commit is contained in:
parent
d8366fbac7
commit
930a0135d2
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()}
|
||||
|
|
Loading…
Reference in New Issue