From c932f6105ecf4eb3dd45f974cd8ca110b3f7caa0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 13 Sep 2020 22:28:11 -0300 Subject: Same for defeat message. This is Duck Elder Quest - Pirate Invasion release --- npc/018-5-4/elder.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/018-5-4') diff --git a/npc/018-5-4/elder.txt b/npc/018-5-4/elder.txt index ee87b8fb7..2088a5bd7 100644 --- a/npc/018-5-4/elder.txt +++ b/npc/018-5-4/elder.txt @@ -309,11 +309,13 @@ function elderPirateDefeat { stopnpctimer(); .pirate_killed = -50; // Set to -50 to make sure victory doesn't trigger when monsters are killed .duck_killed = -50; - announce("Duck Elder: We have failed. The pirates will regroup and replenish their fallen. They will strike again, until we are defeated.", bc_self); + announce("Duck Elder : We have failed. The pirates will regroup and replenish their fallen. They will strike again, until we are defeated.", bc_self); setnpcdisplay .name$, NPC_DUCK_ELDER; getmapxy(.@m$, .@x, .@y, 0); killmonsterall(.@m$); warp "018-5-4", .@x, .@y; + sleep2(10); + dispbottom l("Duck Elder : We have failed. The pirates will regroup and replenish their fallen. They will strike again, until we are defeated."); end; } -- cgit v1.2.3-70-g09d2