From b0d53d1d645a5d013124a51cfee9c385d399859d Mon Sep 17 00:00:00 2001 From: NetSysFire <59517351+NetSysFire@users.noreply.github.com> Date: Fri, 16 Sep 2022 22:28:01 +0200 Subject: semicolons aaaaaa --- npc/003-10/kreist.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt index 9daea55c6..425d7789b 100644 --- a/npc/003-10/kreist.txt +++ b/npc/003-10/kreist.txt @@ -10,7 +10,7 @@ mesq l("Hello, and welcome to the Tulimshar guard house."); next; mesn l("Kreist, Taskmaster"); - mesq l("My name is @@ and I am the daily task master. Interested in keeping this world free from monsters, or to report back?", .name$); + mesq l("My name is @@ and I am the daily task master. Interested in keeping this world free from monsters, or are you here to report back?", .name$); next; mesc l("All quests expire at 00:00 server time, be sure to finish AND report back before that!"); // Borrowed from Arkim Code @@ -104,25 +104,25 @@ L_QuestMaster: // FIXME: plural if (.@q2 == "Maggot" ) { mesq l("@@ have infested the store houses, spilling onto the streets. Stop them from destroying even more food.", getmonsterlink(.@q2)); - .@killamount=30 + .@killamount=30; } else if (.@q2 == "GiantMaggot") { mesq l("The @@ are the cause for all the little maggots to appear, so we need you to stop the problem at the source.", getmonsterlink(.@q2)); - .@killamount=10 + .@killamount=10; } else if (.@q2 == "Duck") { mesq l("This request was made by the cafe: The @@ are stealing their cherry cakes, causing disruption to their business.", getmonsterlink(.@q2)); - .@killamount=15 + .@killamount=15; } else if (.@q2 == "Croc") { mesq l("The @@ have been reproducing rapidly and their natural habitat, our Croconut trees, are being damaged by the excessive number of them.", getmonsterlink(.@q2)); - .@killamount=15 + .@killamount=15; } else if (.@q2 == "CaveMaggot") { mesq l("The @@ have been multiplying, crawling from the cave into the magic school, causing damage.", getmonsterlink(.@q2)); - .@killamount=15 + .@killamount=15; } else if (.@q2 == "Scorpion") { mesq l("All the @@ have become a real nuisance to the citizens and people are getting stung more often now.", getmonsterlink(.@q2)); - .@killamount=20 + .@killamount=20; } else if (.@q2 == "DesertLogHead") { mesq l("The @@ are growing and disturbing the already rather infertile desert soil, preventing our crops from growing.", getmonsterlink(.@q2)); - .@killamount=15 + .@killamount=15; } mesq l("So, please kill @@/@@ @@ for us and make the city a safer place!", .@q3, .@killamount, getmonsterlink(.@q2)); close; -- cgit v1.2.3-60-g2f50