From 730cfcd70635ca94a268f0c2d8c65678c582183c Mon Sep 17 00:00:00 2001 From: Kevin Cathcart Date: Fri, 23 Mar 2018 00:27:00 -0400 Subject: [PATCH] fix double arrows in Red sheild shop. --- ItemList.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ItemList.py b/ItemList.py index fac24f5e..daa60d31 100644 --- a/ItemList.py +++ b/ItemList.py @@ -385,6 +385,7 @@ def set_up_shops(world): shop.active = True shop.add_inventory(0, 'Single Arrow', 80) shop.add_inventory(1, 'Small Key (Universal)', 100) + shop.add_inventory(2, 'Bombs (10)', 80) #special shop types