diff options
-rw-r--r-- | npc/000-2-1/knife.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/000-2-1/knife.txt b/npc/000-2-1/knife.txt index ac3717c3..939eb515 100644 --- a/npc/000-2-1/knife.txt +++ b/npc/000-2-1/knife.txt @@ -21,6 +21,7 @@ l("Yes."), l_Give, l("No."), -; + closedialog; close; l_Give: @@ -39,5 +40,6 @@ l_Give: next; mes col(l("Items have different effects. Some will heal you, some can be used as weapons or armor, and some can be sold for gold."), 9); + closedialog; close; } |