summaryrefslogtreecommitdiff
path: root/npc/014-3
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/014-3
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/014-3')
-rw-r--r--npc/014-3/fountain.txt20
-rw-r--r--npc/014-3/oscar.txt2
2 files changed, 11 insertions, 11 deletions
diff --git a/npc/014-3/fountain.txt b/npc/014-3/fountain.txt
index 702afc1d0..ddd6951f4 100644
--- a/npc/014-3/fountain.txt
+++ b/npc/014-3/fountain.txt
@@ -9,8 +9,8 @@
014-3,151,117,0 script Fountain#Hurns NPC_NO_SPRITE,{
if (ST_TIER == 5 && gettimetick(2) < QUEST_ELEVARTEMPO) goto L_Tier2;
- mes col("There is fresh water here. I could use it to fill a bottle.", 9);
- mes col("But I probably should not do it. It might be poisoned!", 9);
+ mes col(l("There is fresh water here. I could use it to fill a bottle."), 9);
+ mes col(l("But I probably should not do it. It might be poisoned!"), 9);
close;
// TODO FIXME: We don't have a "Magic" water, and we might add
@@ -50,7 +50,7 @@ L_NotEnoughMoney:
L_Tier2:
if (readparam(bInt) < 10) goto L_Dumb;
mesn;
- mes col("WHAT ARE YOU GOING TO DO?", 9);
+ mes col(l("WHAT ARE YOU GOING TO DO?"), 9);
next;
select
l("Do nothing"), // 1
@@ -74,12 +74,12 @@ L_Tier2:
goto L_Failed;
if (@menu == 9)
- mes col("Whatever you're blaming Saulc about, this one time, he is innocent.", 9);
- mes col("Nothing happens.", 9);
+ mes col(l("Whatever you're blaming Saulc about, this one time, he is innocent."), 9);
+ mes col(l("Nothing happens."), 9);
close;
L_Fail2:
- mes col("Your low intelligence prevents anything from happening with you.", 9);
+ mes col(l("Your low intelligence prevents anything from happening with you."), 9);
mes "";
L_Failed:
@@ -92,17 +92,17 @@ L_Dumb:
mesn strcharinfo(0);
mesq l("Hello there pretty fountain, what about granting me magic?");
next;
- mes col("Unsurprisingly, nothing happens.", 9);
+ mes col(l("Unsurprisingly, nothing happens."), 9);
close;
L_Tier2Ok:
- mes col("You pour the whole potion on the fountain.", 9);
+ mes col(l("You pour the whole potion on the fountain."), 9);
next;
if (readparam(bInt) < 20) goto L_Fail2;
- mes col("You hear birds singing! That is what you had to do!", 9);
+ mes col(l("You hear birds singing! That is what you had to do!"), 9);
next;
if (readparam(bInt) < 30) goto L_Fail2;
- mes col("Your body starts to glow. You're not sure why, the fountain did that!", 9);
+ mes col(l("Your body starts to glow. You're not sure why, the fountain did that!"), 9);
next;
if (readparam(bInt) < 40) goto L_Fail2;
mesn;
diff --git a/npc/014-3/oscar.txt b/npc/014-3/oscar.txt
index 2a1943889..96340073c 100644
--- a/npc/014-3/oscar.txt
+++ b/npc/014-3/oscar.txt
@@ -43,7 +43,7 @@ L_Slow:
mesn;
mesq l("But you're too slow. Sorry.");
next;
- mes col("Raise agility to do this quest.", 9);
+ mes col(l("Raise agility to do this quest."), 9);
close;
L_Weak: