diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-23 11:08:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-23 11:08:04 -0300 |
commit | 06aafc9a2a8213040aa33cc2c2a819d1be6f874b (patch) | |
tree | fcd4f364ed6506339ef5437c633f36e9fc9a184f /npc/012-1/jack.txt | |
parent | f2fe58ad450eaaf07824eff20739557a0485636d (diff) | |
download | serverdata-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/012-1/jack.txt')
-rw-r--r-- | npc/012-1/jack.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/012-1/jack.txt b/npc/012-1/jack.txt index 96d2674ae..549669b20 100644 --- a/npc/012-1/jack.txt +++ b/npc/012-1/jack.txt @@ -102,12 +102,12 @@ L_Loop: if (@menu == 2) close; - mes col("Jack bends the log over his knee.", 9); + mes col(l("Jack bends the log over his knee."), 9); delitem RawLog, 1; .@success=rand(6,26)-.@k; // You will never need more than 20 logs nor less than 5 logs if (.@success == 1) { - mes col("The wood bends a little, but doesn't breaks.", 9); + mes col(l("The wood bends a little, but doesn't breaks."), 9); getexp 295, 100; // 10% of max exp setq2 HurscaldQuest_ForestBow, 99; next; @@ -115,7 +115,7 @@ L_Loop: mesq lg("That's the right wood, my son. Here, I'll wrap it so you don't accidentaly lose it. Good luck with your quest!"); close; } else { - mes col("However, the log breaks with a loud crack.", 9); + mes col(l("However, the log breaks with a loud crack."), 9); Zeny=Zeny+10; getexp 5, 1; setq2 HurscaldQuest_ForestBow, .@k+1; |