From a7d0e32f2d21d92625bde1b1f58ebf9147826d4e Mon Sep 17 00:00:00 2001 From: Kevin Cathcart Date: Sat, 14 Oct 2017 11:48:40 -0400 Subject: [PATCH] Make crystals 5 and 6 red on map --- Items.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Items.py b/Items.py index a4bbd595..7c115f7d 100644 --- a/Items.py +++ b/Items.py @@ -67,8 +67,8 @@ item_table = {'Bow': (True, False, None, 0x0B, 'You have\nchosen the\narcher cla 'Crystal 2': (True, False, 'Crystal', [0x10, 0x34, 0x64, 0x40, 0x79, 0x06], None, None, None, None, None, None), 'Crystal 3': (True, False, 'Crystal', [0x40, 0x34, 0x64, 0x40, 0x6C, 0x06], None, None, None, None, None, None), 'Crystal 4': (True, False, 'Crystal', [0x20, 0x34, 0x64, 0x40, 0x6D, 0x06], None, None, None, None, None, None), - 'Crystal 5': (True, False, 'Crystal', [0x04, 0x34, 0x64, 0x40, 0x6E, 0x06], None, None, None, None, None, None), - 'Crystal 6': (True, False, 'Crystal', [0x01, 0x34, 0x64, 0x40, 0x6F, 0x06], None, None, None, None, None, None), + 'Crystal 5': (True, False, 'Crystal', [0x04, 0x32, 0x64, 0x40, 0x6E, 0x06], None, None, None, None, None, None), + 'Crystal 6': (True, False, 'Crystal', [0x01, 0x32, 0x64, 0x40, 0x6F, 0x06], None, None, None, None, None, None), 'Crystal 7': (True, False, 'Crystal', [0x08, 0x34, 0x64, 0x40, 0x7C, 0x06], None, None, None, None, None, None), 'Single Arrow': (False, False, None, 0x43, 'a lonely arrow\nsits here.', 'and the arrow', None, None, None, None), 'Arrows (10)': (False, False, None, 0x44, 'This will give\nyou ten shots\nwith your bow!', 'and the arrow pack', None, None, None, None),