diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-19 09:01:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-19 09:01:32 -0300 |
commit | 8ff7dee5332e9056747dd2ee3f51430cb7f68e4e (patch) | |
tree | 8fd1680388330757a0387743bf83906bbd938ac2 | |
parent | 62c383f5ed3a1303e81c3a15fbd63b239a0ce98e (diff) | |
download | serverdata-8ff7dee5332e9056747dd2ee3f51430cb7f68e4e.tar.gz serverdata-8ff7dee5332e9056747dd2ee3f51430cb7f68e4e.tar.bz2 serverdata-8ff7dee5332e9056747dd2ee3f51430cb7f68e4e.tar.xz serverdata-8ff7dee5332e9056747dd2ee3f51430cb7f68e4e.zip |
Duplicate the victory dialog in case player miss it
-rw-r--r-- | npc/001-2-32/serena.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/001-2-32/serena.txt b/npc/001-2-32/serena.txt index a572edb3..04ac2852 100644 --- a/npc/001-2-32/serena.txt +++ b/npc/001-2-32/serena.txt @@ -181,6 +181,8 @@ OnVerify: function checkVictory { if (.atlf > 3) { npctalk l("Congratulations, %s. I think this is enough. You can continue fighting to set a good score or report to Lozerk.", strcharinfo(0)); + // Duplicate the dialog in case player miss it + dispbottom l("Congratulations, %s. I think this is enough. You can continue fighting to set a good score or report to Lozerk.", strcharinfo(0)); setq Artis_Legion_Progress, 4, 0; } return; |