summaryrefslogtreecommitdiff
path: root/npc/002-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-1')
-rw-r--r--npc/002-1/_mobs.txt2
-rw-r--r--npc/002-1/dan.txt4
2 files changed, 5 insertions, 1 deletions
diff --git a/npc/002-1/_mobs.txt b/npc/002-1/_mobs.txt
index c4b3b3073..0cc92c0f6 100644
--- a/npc/002-1/_mobs.txt
+++ b/npc/002-1/_mobs.txt
@@ -1,3 +1,3 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
// Map 002-1: Second Deck mobs
-002-1,49,30,25,12 monster Piou 1002,2,30000,20000
+002-1,49,30,25,12 monster Piou 1002,2,30000,20000,PiouSpwn::OnFakeKill
diff --git a/npc/002-1/dan.txt b/npc/002-1/dan.txt
index ebc7c4fcd..179deab5a 100644
--- a/npc/002-1/dan.txt
+++ b/npc/002-1/dan.txt
@@ -94,6 +94,10 @@ OnInit:
if (.@t+1 < 12) setq ShipQuests_Dan, 1, .@t+1;
}
+OnFakeKill:
+ DanCheck();
+ end;
+
OnRespawnPiou1:
if (getq(ShipQuests_Dan) == 1) DanCheck();
sleep 59000;