summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-03-01 17:35:17 -0300
committerjesusalva <cpntb1@ymail.com>2018-03-01 17:35:17 -0300
commit72d5e66b82737020de45101c3918843915ace252 (patch)
tree409a509efa005be5f9f6c112d6b22d76e6c0ea2a
parent4c9894a41939854a0d5e025704c4c2a785944212 (diff)
downloadserverdata-72d5e66b82737020de45101c3918843915ace252.tar.gz
serverdata-72d5e66b82737020de45101c3918843915ace252.tar.bz2
serverdata-72d5e66b82737020de45101c3918843915ace252.tar.xz
serverdata-72d5e66b82737020de45101c3918843915ace252.zip
Remove bad sailor talks
-rw-r--r--npc/functions/sailortalk.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/npc/functions/sailortalk.txt b/npc/functions/sailortalk.txt
index 73145768b..2e6996d03 100644
--- a/npc/functions/sailortalk.txt
+++ b/npc/functions/sailortalk.txt
@@ -13,9 +13,7 @@ function script sailortalk {
if (.@rand == 1)
{
speech(
- 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)));
+ l("Ah, I am so bored...");
close;
}
if (.@rand == 2) npctalkonce(l("Good to hear from you!"));
@@ -30,7 +28,7 @@ function script sailortalk {
close;
}
if (.@rand == 5) npctalkonce(l("A-hoy matey!"));
- if (.@rand == 6) npctalkonce(l("We are glad captain Nard has let you join the crew!"));
+ if (.@rand == 6) npctalkonce(l("Arr!"));
if (.@rand == 7) npctalkonce(l("Howdy?"));
end;