summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNetSysFire <59517351+NetSysFire@users.noreply.github.com>2022-09-16 23:16:14 +0200
committerJesusaves <cpntb1@ymail.com>2022-09-25 21:53:58 -0300
commit346ee3f71d94e53dfe7f823eac7ee97aec5891ef (patch)
tree130be766304b3b360a2bb2d8754e3341c37b7bdd
parent774cb51a1bed25389ac7ef5985c39193ac30ca03 (diff)
downloadserverdata-346ee3f71d94e53dfe7f823eac7ee97aec5891ef.tar.gz
serverdata-346ee3f71d94e53dfe7f823eac7ee97aec5891ef.tar.bz2
serverdata-346ee3f71d94e53dfe7f823eac7ee97aec5891ef.tar.xz
serverdata-346ee3f71d94e53dfe7f823eac7ee97aec5891ef.zip
make jesusalva happy
-rw-r--r--npc/003-10/kreist.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt
index 84464f82f..ebd7d9ee0 100644
--- a/npc/003-10/kreist.txt
+++ b/npc/003-10/kreist.txt
@@ -103,37 +103,37 @@ L_QuestMaster:
// Explanation why the city needs that
// 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));
+ mesq l("%s have infested the store houses, spilling onto the streets. Stop them from destroying even more food.", getmonsterlink(.@q2));
.@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));
+ mesq l("The %s 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;
} 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));
+ mesq l("This request was made by the cafe: The %s are stealing their cherry cakes, causing disruption to their business.", getmonsterlink(.@q2));
.@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));
+ mesq l("The %s have been reproducing rapidly and their natural habitat, our Croconut trees, are being damaged by the excessive number of them.", getmonsterlink(.@q2));
.@killamount=15;
} else if (.@q2 == FireGoblin) {
- mesq l("Some @@ have buried themselves in the sand near the path to the mine, causing burns to people stepping on them.", getmonsterlink(.@q2));
+ mesq l("Some %s have buried themselves in the sand near the path to the mine, causing burns to people stepping on them.", getmonsterlink(.@q2));
.@killamount=15;
} else if (.@q2 == CaveMaggot) {
- mesq l("The @@ have been multiplying, crawling from the cave into the magic school, causing damage.", getmonsterlink(.@q2));
+ mesq l("The %s have been multiplying, crawling from the cave into the magic school, causing damage.", getmonsterlink(.@q2));
.@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));
+ mesq l("All the %s have become a real nuisance to the citizens and people are getting stung more often now.", getmonsterlink(.@q2));
.@killamount=20;
} else if (.@q2 == DesertBandit) {
- mesq l("A group of @@ are threatening the city. Go to the Desert Canyon and teach them a lesson.", getmonsterlink(.@q2));
+ mesq l("A group of %s are threatening the city. Go to the Desert Canyon and teach them a lesson.", getmonsterlink(.@q2));
.@killamount=20;
} else if (.@q2 == Sarracenus) {
- mesq l("@@s are lead by the @@. Disposing of them would bring the bandits into disarray.", getmonsterlink(DesertBandit), getmonsterlink(.@q2));
+ mesq l("%ss are lead by the %s. Disposing of them would bring the bandits into disarray.", getmonsterlink(DesertBandit), getmonsterlink(.@q2));
.@killamount=10;
} else if (.@q2 == DesertLogHead) {
- mesq l("The @@ are growing and disturbing the already rather infertile desert soil, preventing our crops from growing.", getmonsterlink(.@q2));
+ mesq l("The %s are growing and disturbing the already rather infertile desert soil, preventing our crops from growing.", getmonsterlink(.@q2));
.@killamount=15;
}
- mesq l("So, please kill @@/@@ @@ for us and make the city a better place!", .@q3, .@killamount, getmonsterlink(.@q2));
+ mesq l("So, please kill %d/%d %s for us and make the city a better place!", .@q3, .@killamount, getmonsterlink(.@q2));
close;
OnInit: