summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-03 18:06:58 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-03 18:06:58 -0300
commit387a2192e2d96893d558ea1c95a1d1b124666bc0 (patch)
treec5d48d395092f085aae01e4f99f7f9d46ab39ca7
parent074630bfba3ca516d29a1fca6170067728d50626 (diff)
downloadserverdata-387a2192e2d96893d558ea1c95a1d1b124666bc0.tar.gz
serverdata-387a2192e2d96893d558ea1c95a1d1b124666bc0.tar.bz2
serverdata-387a2192e2d96893d558ea1c95a1d1b124666bc0.tar.xz
serverdata-387a2192e2d96893d558ea1c95a1d1b124666bc0.zip
Missing close function
-rw-r--r--npc/008-1/master.txt3
-rw-r--r--npc/008-2/master.txt1
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/008-1/master.txt b/npc/008-1/master.txt
index 0835f4d3b..62f27be5b 100644
--- a/npc/008-1/master.txt
+++ b/npc/008-1/master.txt
@@ -33,8 +33,9 @@ OnTouch:
// Double-check, you should have been flung out long ago.
if (getcharid(1) <= 0 || @pmloop <= 0) {
mesn;
- mesq l("Leaving your party? LAME.");
+ mesq l("Something seems wrong.");
warp "SavePoint",0,0;
+ close;
}
if (mobcount("008-1", "First Dungeon Master::OnBossDeath") > 0) {
npctalk3 l("What are you doing? Fight!");
diff --git a/npc/008-2/master.txt b/npc/008-2/master.txt
index d5fc1c3c2..ea8d1d769 100644
--- a/npc/008-2/master.txt
+++ b/npc/008-2/master.txt
@@ -48,6 +48,7 @@ OnTouch:
mesn;
mesq l("Something seems wrong.");
warp "SavePoint",0,0;
+ close;
}
if (mobcount("008-2", "Second Dungeon Master::OnBossDeath") > 0) {
npctalk3 l("What are you doing? Fight!");