From 39008d2241645913d93848973907fd01f1fc8795 Mon Sep 17 00:00:00 2001 From: Harbinger Date: Tue, 2 Oct 2012 17:10:48 -0700 Subject: [PATCH] Missed a file --- src/org/sevenchan/dongs/towns/TownBanala.as | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/org/sevenchan/dongs/towns/TownBanala.as b/src/org/sevenchan/dongs/towns/TownBanala.as index 4c7c415..842cd17 100644 --- a/src/org/sevenchan/dongs/towns/TownBanala.as +++ b/src/org/sevenchan/dongs/towns/TownBanala.as @@ -29,12 +29,16 @@ package org.sevenchan.dongs.towns ]; shops = { - SQUIGGLE: new Shop("SQUIGGLE","You're not entirely sure; All you can see are two carved vertical squiggles. For all you know, they might be two S's.",this, 0.40, [ + SQUIGGLE: new Shop( + "Banala Potions", "Basic potion shop.", + "SQUIGGLE","You're not entirely sure; All you can see are two carved vertical squiggles. For all you know, they might be two S's.",this, 0.40, [ ItemRegistry.BERRY_WHITE, ItemRegistry.SPIDER_VENOM, ItemRegistry.POTION_PINK ]), - PARTS: new BodyShop("PARTS", "An arm is beautifully painted on an old, distressed sign. Below that are unintelligable slashes. Well, unintelligable to you, anyway.", this, 0.35, + PARTS: new BodyShop( + "Banala Body Shop","A place to buy and sell body parts.", + "PARTS", "An arm is beautifully painted on an old, distressed sign. Below that are unintelligable slashes. Well, unintelligable to you, anyway.", this, 0.35, [ BodyPartRegistry.arachnid_leg, BodyPartRegistry.arachnid_penis, -- 2.11.4.GIT