diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/fexil.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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: |