diff options
Diffstat (limited to 'npc/018-5-4/elder.txt')
-rw-r--r-- | npc/018-5-4/elder.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/018-5-4/elder.txt b/npc/018-5-4/elder.txt index bf150d1e3..ee87b8fb7 100644 --- a/npc/018-5-4/elder.txt +++ b/npc/018-5-4/elder.txt @@ -294,12 +294,14 @@ function elderPirateVictory { stopnpctimer(); .pirate_killed = 0; .duck_killed = -50; // Set to -50 to make sure defeat doesn't trigger when monsters are killed - announce("Duck Elder: Success! The pirates have been thwarted.", bc_self); + announce("Duck Elder : Success! The pirates have been thwarted.", bc_self); setnpcdisplay .name$, NPC_DUCK_ELDER; setq(LilitQuest_PiratesOfSARAH, 3); getmapxy(.@m$, .@x, .@y, 0); killmonsterall(.@m$); warp "018-5-4", .@x, .@y; + sleep2(10); + dispbottom l("Duck Elder : Success! The pirates have been thwarted."); end; } |