diff options
author | NetSysFire <59517351+NetSysFire@users.noreply.github.com> | 2022-09-16 22:55:37 +0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-09-25 21:53:57 -0300 |
commit | 774cb51a1bed25389ac7ef5985c39193ac30ca03 (patch) | |
tree | a6bb5d59734ab9fc7b07970277cc0434ff1596d3 /npc/003-10 | |
parent | f3b7872164f0479566f23e4e22608dc852ed0715 (diff) | |
download | serverdata-774cb51a1bed25389ac7ef5985c39193ac30ca03.tar.gz serverdata-774cb51a1bed25389ac7ef5985c39193ac30ca03.tar.bz2 serverdata-774cb51a1bed25389ac7ef5985c39193ac30ca03.tar.xz serverdata-774cb51a1bed25389ac7ef5985c39193ac30ca03.zip |
quotes are hard
Diffstat (limited to 'npc/003-10')
-rw-r--r-- | npc/003-10/kreist.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt index 2e925aa47..84464f82f 100644 --- a/npc/003-10/kreist.txt +++ b/npc/003-10/kreist.txt @@ -102,34 +102,34 @@ L_QuestMaster: .@killamount=40 // Explanation why the city needs that // FIXME: plural - if (.@q2 == "Maggot" ) { + 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; - } else if (.@q2 == "GiantMaggot") { + } 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; - } else if (.@q2 == "Duck") { + } 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; - } else if (.@q2 == "Croc") { + } 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; - } else if (.@q2 == "FireGoblin") { + } 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)); .@killamount=15; - } else if (.@q2 == "CaveMaggot") { + } else if (.@q2 == CaveMaggot) { mesq l("The @@ have been multiplying, crawling from the cave into the magic school, causing damage.", getmonsterlink(.@q2)); .@killamount=15; - } else if (.@q2 == "Scorpion") { + } 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; - } else if (.@q2 == "DesertBandit") { + } 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)); .@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)); + } else if (.@q2 == Sarracenus) { + mesq l("@@s are lead by the @@. Disposing of them would bring the bandits into disarray.", getmonsterlink(DesertBandit), getmonsterlink(.@q2)); .@killamount=10; - } else if (.@q2 == "DesertLogHead") { + } 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; } |