summaryrefslogtreecommitdiff
path: root/npc/functions/sailortalk.txt
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2016-07-06 16:53:43 +0200
committerAlige <gauvain.dauchy@free.fr>2016-07-06 16:53:43 +0200
commit39f195b9934f73a5af9c3066fc04501141edeb9c (patch)
tree31f1c53b462aaaa04f49e98931d8f4cbd4e0ac3e /npc/functions/sailortalk.txt
parent435549878eb76e63b1d894d2bf12476b980e511a (diff)
downloadserverdata-39f195b9934f73a5af9c3066fc04501141edeb9c.tar.gz
serverdata-39f195b9934f73a5af9c3066fc04501141edeb9c.tar.bz2
serverdata-39f195b9934f73a5af9c3066fc04501141edeb9c.tar.xz
serverdata-39f195b9934f73a5af9c3066fc04501141edeb9c.zip
Fixed few bugs in NPC scripts:
Changed item IDs to their aegisname Added missing 's' after @@ when needed Few other fixes in english
Diffstat (limited to 'npc/functions/sailortalk.txt')
-rw-r--r--npc/functions/sailortalk.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/sailortalk.txt b/npc/functions/sailortalk.txt
index 363f7c6b..38225d4e 100644
--- a/npc/functions/sailortalk.txt
+++ b/npc/functions/sailortalk.txt
@@ -13,9 +13,9 @@ function script sailortalk {
if (.@rand == 1)
{
speech 4,
- l("These purple mushrooms, are called @@. There are plenty of 'em on this island!", getitemlink(515)),
- l("It's a kind of mushroom that tastes like a marshmallow and looks like a plush! @@, get it?", getitemlink(515)),
- l("These funny fungi are mushrooming all around this island. Just pick some @@s and have a try.", getitemlink(515));
+ l("These purple mushrooms are called @@s. There are plenty of 'em on this island!", getitemlink(Plushroom)),
+ l("It's a kind of mushroom that tastes like a marshmallow and looks like a plush! @@, get it?", getitemlink(Plushroom)),
+ l("These funny fungi are mushrooming all around this island. Just pick some @@s and have a try.", getitemlink(Plushroom));
}
if (.@rand == 2) npctalk3 l("Good to hear from you!");
if (.@rand == 3) npctalk3 l("So finally someone has came to visit me?");