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/002-1/alige.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/002-1/alige.txt')
-rw-r--r-- | npc/002-1/alige.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/002-1/alige.txt b/npc/002-1/alige.txt index 45e0bbfcb..a0d94442b 100644 --- a/npc/002-1/alige.txt +++ b/npc/002-1/alige.txt @@ -28,7 +28,7 @@ l("Did you said reward?!"), L_GoGo; L_Weak: - mes col("You thought there was someone here. It must have been your imagination.", 9); + mesc l("You thought there was someone here. It must have been your imagination."); close; L_Revolt: @@ -49,7 +49,7 @@ L_GoGo: // Stowaway hidden in a ship's hole. Contrabandist. Trade potions, dyes, // food, water, and money for a hat. mesn; - mes col("Alige hands you an old paper patch.",9); + mesc l("Alige hands you an old paper patch."); next; mesn l("Old Paper Patch"); mes l("* @@/30 @@", countitem(CactusPotion), getitemlink(CactusPotion)); @@ -104,7 +104,7 @@ L_Return: L_Remember: mes ""; - mes col("Alige hands you an old paper patch.",9); + mesc l("Alige hands you an old paper patch."); next; mesn l("Old Paper Patch"); mes l("* @@/30 @@", countitem(CactusPotion), getitemlink(CactusPotion)); |