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/003-1/sewer.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/003-1/sewer.txt')
-rw-r--r-- | npc/003-1/sewer.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/sewer.txt b/npc/003-1/sewer.txt index 269c56a01..dbaf8a1ac 100644 --- a/npc/003-1/sewer.txt +++ b/npc/003-1/sewer.txt @@ -9,7 +9,7 @@ if (getq(TulimsharQuest_Sewers) == 0) end; if (BaseLevel < 25) end; - mes col("Descend into Tulimshar sewers?", 9); + mes col(l("Descend into Tulimshar sewers?"), 9); if (askyesno() == ASK_YES) { closedialog; warp "003-1-1", 57, 100; @@ -23,7 +23,7 @@ if (getq(TulimsharQuest_Sewers) == 0) end; if (BaseLevel < 25) end; - mes col("Descend into Tulimshar sewers?", 9); + mes col(l("Descend into Tulimshar sewers?"), 9); if (askyesno() == ASK_YES) { closedialog; warp "003-1-1", 143, 128; |