summaryrefslogtreecommitdiff
path: root/npc/018-7-1/demure.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/018-7-1/demure.txt')
-rw-r--r--npc/018-7-1/demure.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/npc/018-7-1/demure.txt b/npc/018-7-1/demure.txt
index e9d0c323a..b6d666dc2 100644
--- a/npc/018-7-1/demure.txt
+++ b/npc/018-7-1/demure.txt
@@ -136,14 +136,12 @@ OnDem2:
.@left+=mobcount(.@m$, strnpcinfo(NPC_NAME_UNIQUE)+"::OnDem2");
// You win!
if (!.@left) {
- // TODO: Call BLACKBOX
- // BLACKBOX: Solo both of them within five(?) minutes, normal+, all map
- // aka. @d_mode{1: 1, 2: 3, 3: 2+}, @elapsed < 300
mapannounce(getmap(), "CONGRATULATIONS - YOU WIN", bc_map | bc_pc);
Zeny += rand2(500, 1500)*max(1, @d_mode2);
// FIXME: Add a proper reward
sleep2(100);
instance_warpall("018-7-2", 23, 22);
+ 01871_Demure_BlackBox();
}
end;