diff options
Diffstat (limited to 'npc/019-2')
-rw-r--r-- | npc/019-2/guards.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/019-2/guards.txt b/npc/019-2/guards.txt index d0fac5e3a..3eec57035 100644 --- a/npc/019-2/guards.txt +++ b/npc/019-2/guards.txt @@ -50,10 +50,15 @@ L_Noob: mesn; mesq l("Hey, you! We need help to get rid from some remaining monsters at Nivalis City."); + mesq l("No need to kill the Fluffies, though."); next; mesn; mesq l("Are you up for the challenge?"); - + if (askyesno() == ASK_YES) { + @nlib_wave=0; + @nlib_time=0; + addtimer(5000, "#NLib_Siege::OnLoop"); + } close; L_Veteran: |