Fix typo in key description (as copied from VT27)
This commit is contained in:
parent
4ca1d8b62f
commit
5336e6c693
4
Items.py
4
Items.py
|
@ -126,8 +126,8 @@ item_table = {'Bow': (True, False, None, 0x0B, 'You have\nchosen the\narcher cla
|
|||
'Big Key (Palace of Darkness)': (False, False, 'BigKey', 0x99, 'Hammeryump\nwith this\nbig key', None, None, None, None, None),
|
||||
'Compass (Palace of Darkness)': (False, True, 'Compass', 0x89, None, None, None, None, None, None),
|
||||
'Map (Palace of Darkness)': (False, True, 'Map', 0x79, None, None, None, None, None, None),
|
||||
'Small Key (Thieves Town)': (False, False, 'SmallKey', 0xAB, 'The small key\nof rouges', None, None, None, None, None),
|
||||
'Big Key (Thieves Town)': (False, False, 'BigKey', 0x94, 'The Big Key\nof rouges', None, None, None, None, None),
|
||||
'Small Key (Thieves Town)': (False, False, 'SmallKey', 0xAB, 'The small key\nof rogues', None, None, None, None, None),
|
||||
'Big Key (Thieves Town)': (False, False, 'BigKey', 0x94, 'The Big Key\nof rogues', None, None, None, None, None),
|
||||
'Compass (Thieves Town)': (False, True, 'Compass', 0x84, None, None, None, None, None, None),
|
||||
'Map (Thieves Town)': (False, True, 'Map', 0x74, None, None, None, None, None, None),
|
||||
'Small Key (Skull Woods)': (False, False, 'SmallKey', 0xA8, 'The small key\nof the dark\nforest', None, None, None, None, None),
|
||||
|
|
Loading…
Reference in New Issue