diff options
author | Sean Hulka <sean.hulka@gmail.com> | 2021-06-03 05:53:03 +0000 |
---|---|---|
committer | Sean Hulka <sean.hulka@gmail.com> | 2021-06-03 05:53:03 +0000 |
commit | 0e246b9453faa6aa2e2e13bcd797f6e08ffb143a (patch) | |
tree | 5017a41730977c50472d8ed253da231fb9d05375 | |
parent | cfa46db6a0c317a7c9720e20e50f0ab50db85a63 (diff) | |
download | serverdata-0e246b9453faa6aa2e2e13bcd797f6e08ffb143a.tar.gz serverdata-0e246b9453faa6aa2e2e13bcd797f6e08ffb143a.tar.bz2 serverdata-0e246b9453faa6aa2e2e13bcd797f6e08ffb143a.tar.xz serverdata-0e246b9453faa6aa2e2e13bcd797f6e08ffb143a.zip |
Add missing semicolons
-rw-r--r-- | npc/006-2-5/pouf.txt | 4 |
1 files 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; |