summaryrefslogtreecommitdiff
path: root/npc/003-1/oldwell.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-23 11:08:04 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-23 11:08:04 -0300
commit06aafc9a2a8213040aa33cc2c2a819d1be6f874b (patch)
treefcd4f364ed6506339ef5437c633f36e9fc9a184f /npc/003-1/oldwell.txt
parentf2fe58ad450eaaf07824eff20739557a0485636d (diff)
downloadserverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.tar.gz
serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.tar.bz2
serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.tar.xz
serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.zip
Break every imaginable pipeline. I'm waiting it to fail.
Diffstat (limited to 'npc/003-1/oldwell.txt')
-rw-r--r--npc/003-1/oldwell.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/oldwell.txt b/npc/003-1/oldwell.txt
index 59042b3dc..74ae1ab48 100644
--- a/npc/003-1/oldwell.txt
+++ b/npc/003-1/oldwell.txt
@@ -7,7 +7,7 @@
003-1,53,144,0 script Old Well#003-1 NPC_NO_SPRITE,{
- mes l("##9You found an old well with a bucket on it! It's time to fill plenty of @@!", getitemlink(EmptyBottle));
+ mes col(l("You found an old well with a bucket on it! It's time to fill plenty of @@!", getitemlink(EmptyBottle)), 9);
input .@count;
if (.@count == 0)
@@ -25,7 +25,7 @@
close;
L_NotEnoughBottles:
- mes col("You don't have that many empty bottles!", 9);
+ mes col(l("You don't have that many empty bottles!"), 9);
close;