From 5336e6c693b2f42648b1bf49e04d96c98e0cc556 Mon Sep 17 00:00:00 2001 From: Kevin Cathcart Date: Sun, 5 Nov 2017 18:50:58 -0500 Subject: [PATCH] Fix typo in key description (as copied from VT27) --- Items.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Items.py b/Items.py index 9d0becff..6400c1c2 100644 --- a/Items.py +++ b/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),