diff --git a/Adventures in Lestoria/assets/config/shops/Chapter 2 Merchants.txt b/Adventures in Lestoria/assets/config/shops/Chapter 2 Merchants.txt index b80091c4..b1c53d97 100644 --- a/Adventures in Lestoria/assets/config/shops/Chapter 2 Merchants.txt +++ b/Adventures in Lestoria/assets/config/shops/Chapter 2 Merchants.txt @@ -8,6 +8,32 @@ Merchant # Specify items this merchant sells. Add an optional quantity as a second argument. Not specifying a second argument will give the shop infinite supply. Item[1] = Minor Health Potion Item[2] = Minor Mana Potion + Item[3] = Bandages + } + Chapter2_B + { + DisplayName = Merchant + # Specify items this merchant sells. Add an optional quantity as a second argument. Not specifying a second argument will give the shop infinite supply. + Item[1] = Health Potion + Item[2] = Minor Mana Potion + Item[3] = Bandages + + } + Chapter2_C + { + DisplayName = Merchant + # Specify items this merchant sells. Add an optional quantity as a second argument. Not specifying a second argument will give the shop infinite supply. + Item[1] = Minor Health Potion + Item[2] = Mana Potion + Item[3] = Bandages + } + Chapter2_D + { + DisplayName = Merchant + # Specify items this merchant sells. Add an optional quantity as a second argument. Not specifying a second argument will give the shop infinite supply. + Item[1] = Health Potion + Item[2] = Mana Potion + Item[3] = Bandages } } } \ No newline at end of file