Fix typo in key description (as copied from VT27)

This commit is contained in:
Kevin Cathcart 2017-11-05 18:50:58 -05:00
parent 4ca1d8b62f
commit 5336e6c693
1 changed files with 2 additions and 2 deletions

View File

@ -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),