From 7d06e52b05b3882a3e5961a2c460dd47f151d331 Mon Sep 17 00:00:00 2001 From: Reid Date: Wed, 28 Oct 2015 11:31:00 +0100 Subject: Fix Fexil buy/sell issue. --- npc/000-1/fexil.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/000-1') diff --git a/npc/000-1/fexil.txt b/npc/000-1/fexil.txt index e3c12eef..ad5685fb 100644 --- a/npc/000-1/fexil.txt +++ b/npc/000-1/fexil.txt @@ -18,9 +18,9 @@ switch (select("Yes, why not.:I would rather sell some stuff.:No, Sorry.")) { case 1: - shop "Bying Bag"; - closedialog; - shop "Bag#000-1"; + mes ""; + mesn; + mesq l("Good, take a look at the bag next to me then!"); close; case 2: -- cgit v1.2.3-60-g2f50