diff options
Diffstat (limited to 'npc')
-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 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; } |