From 7989b1795287943f514c421e06733fd313493436 Mon Sep 17 00:00:00 2001 From: seeds Date: Sun, 13 Jun 2021 01:06:33 +0000 Subject: Replace pouf.txt --- npc/006-2-5/pouf.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/npc/006-2-5/pouf.txt b/npc/006-2-5/pouf.txt index 0df2f4f8f..4d974e96d 100644 --- a/npc/006-2-5/pouf.txt +++ b/npc/006-2-5/pouf.txt @@ -18,7 +18,7 @@ function script PoufMobCount { } // Report progress - dispbottom l("@@/@@", .@t+1, 8); + dispbottom l("@@/@@", .@t+1, 12); return; } @@ -72,7 +72,7 @@ function poufChallenge { function poufQuest { // L_Quest: mes ""; mesn; - mesq l("Defeat 8 of my bravest @@ to prove yourself a warrior, brave of heart and strong of arm!", getmonsterlink(PiouKnight)); + mesq l("Defeat 12 of my bravest @@ to prove yourself a warrior, brave of heart and strong of arm!", getmonsterlink(PiouKnight)); next; select l("Point the way! Little yellow birds can't be that hard."), @@ -123,15 +123,15 @@ function poufQuestFinished { // L_Finished: .@r = rand2(3); if (.@r == 0) { - mesq l("I bid you a good %s, brave knight.", (is_night() ? l("evening") : l("day"))); + npctalk3 l("I bid you a good %s, brave knight.", (is_night() ? l("evening") : l("day"))); } else if (.@r == 1) { - mesq l("Fight bravely for Queen +seeds and country, honorable knight!"); + npctalk3 l("Fight bravely for Queen +seeds and country, honorable knight!"); } else { - mesq l("I wish you success on your ventures, Knight @@.", strcharinfo(0)); + npctalk3 l("I wish you success on your ventures, Knight @@.", strcharinfo(0)); } return; } -- cgit v1.2.3-60-g2f50