From 06aafc9a2a8213040aa33cc2c2a819d1be6f874b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 23 Jun 2018 11:08:04 -0300 Subject: Break every imaginable pipeline. I'm waiting it to fail. --- npc/004-1/anwar.txt | 4 ++-- npc/004-1/elanore.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/004-1') diff --git a/npc/004-1/anwar.txt b/npc/004-1/anwar.txt index 7f9b83b5f..7658d9b87 100644 --- a/npc/004-1/anwar.txt +++ b/npc/004-1/anwar.txt @@ -65,13 +65,13 @@ L_TryIt: // Fail chances are 100% - 12% per attempt if (rand(0,100) < 100-(.@q2*12)) { setq1 TulimsharQuest_AnwarField, 6; - mes col("Nothing happens.", 9); + mes col(l("Nothing happens."), 9); next; mesn; mesq l("Uh... Something should happen, right? Can you get another one?"); } else { setq1 TulimsharQuest_AnwarField, 7; - mes col("Evil worms crawl from earth and starts devoring the plants!", 9); + mes col(l("Evil worms crawl from earth and starts devoring the plants!"), 9); next; mesn; mesq l("Uh... That should not happen, right? RIGHT?"); diff --git a/npc/004-1/elanore.txt b/npc/004-1/elanore.txt index 1fec424c9..75aedefa6 100644 --- a/npc/004-1/elanore.txt +++ b/npc/004-1/elanore.txt @@ -53,7 +53,7 @@ L_Trade: // Second tier stuff if (ST_TIER == 8) { if (gettimetick(2) > QUEST_ELEVARTEMPO) { - mes col(".:: Second Tier Quest - Timed Out ::.", 1); + mes col(l(".:: Second Tier Quest - Timed Out ::."), 1); } else { getexp 44, 0; ST_TIER=9; -- cgit v1.2.3-60-g2f50