summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/018-7-1/demure.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/018-7-1/demure.txt b/npc/018-7-1/demure.txt
index 869b68c30..aaee73efc 100644
--- a/npc/018-7-1/demure.txt
+++ b/npc/018-7-1/demure.txt
@@ -139,14 +139,14 @@ OnDem2:
mapannounce(getmap(), "CONGRATULATIONS - YOU WIN", bc_map | bc_pc);
Zeny += rand2(500, 1500)*max(1, @d_mode2);
// FIXME: Add a proper reward
- maptimer2(.@m$, 100, strnpcinfo(NPC_NAME_UNIQUE)+"::OnBye");
+ maptimer2(.@m$, 1000, strnpcinfo(NPC_NAME_UNIQUE)+"::OnBye");
01871_Demure_BlackBox();
}
end;
OnBye:
Zeny += rand2(100, 300)*max(1, @d_mode2);
- warp "018-7-2", 23, 22;
+ warp "018-7-1", 23, 22;
deltimer strnpcinfo(NPC_NAME_UNIQUE)+"::OnBeet";
end;