From 581446f0c0f211b996bad9e3d3db8f14ceaa6bf3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 13 Sep 2020 22:27:43 -0300 Subject: In case the player misses the success message --- npc/018-5-4/elder.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3-60-g2f50