From 0e246b9453faa6aa2e2e13bcd797f6e08ffb143a Mon Sep 17 00:00:00 2001 From: Sean Hulka Date: Thu, 3 Jun 2021 05:53:03 +0000 Subject: Add missing semicolons --- npc/006-2-5/pouf.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/006-2-5/pouf.txt b/npc/006-2-5/pouf.txt index 65da2efe1..f03c9ef1f 100644 --- a/npc/006-2-5/pouf.txt +++ b/npc/006-2-5/pouf.txt @@ -101,13 +101,13 @@ function poufQuestReward { // L_Reward: mesn; mesq l("You've defeated 8 of my knights without flinching! You are truly a brave warrior."); mesn; - mesc l("The princess flies off her perch and alights upon your right and left shoulder in succession.") + mesc l("The princess flies off her perch and alights upon your right and left shoulder in succession."); mesn; mesq l("I dub thee Honorary Piou Knight @@, with all the rewards and duties of the position!", strcharinfo(0)); mesn; mesc l("The princess produces a small, shiny bronze feather and pins it to your lapel, then returns to her perch."); mesn; - mesq l("Make me proud, knight!") + mesq l("Make me proud, knight!"); inventoryplace BronzePin, 1; getitem BronzePin, 1; getexp 91479; -- cgit v1.2.3-60-g2f50