diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-01 19:22:39 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-01 19:22:39 -0300 |
commit | 075a5c7d0f597f835fd0cd49de1bdb2cc38a3a0b (patch) | |
tree | 1a9f245d6ab108f0d5871c2533d28567517d48fe /npc/functions/sailortalk.txt | |
parent | 2027acd1ebcb08c26f46738470f263aac68c8a0a (diff) | |
download | serverdata-075a5c7d0f597f835fd0cd49de1bdb2cc38a3a0b.tar.gz serverdata-075a5c7d0f597f835fd0cd49de1bdb2cc38a3a0b.tar.bz2 serverdata-075a5c7d0f597f835fd0cd49de1bdb2cc38a3a0b.tar.xz serverdata-075a5c7d0f597f835fd0cd49de1bdb2cc38a3a0b.zip |
Knife and their shops rebalance. Training bow available at Rosen&Tolchi for 550 GP.
Diffstat (limited to 'npc/functions/sailortalk.txt')
-rw-r--r-- | npc/functions/sailortalk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/sailortalk.txt b/npc/functions/sailortalk.txt index 8a131cf19..87baf0386 100644 --- a/npc/functions/sailortalk.txt +++ b/npc/functions/sailortalk.txt @@ -26,5 +26,8 @@ function script sailortalk { if (.@rand == 6) npctalkonce(l("Arr!")); if (.@rand == 7) npctalkonce(l("Howdy?")); + // just to be sure + closedialog; + close; end; } |