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-4/sorfina.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-4/sorfina.txt')
-rw-r--r-- | npc/003-4/sorfina.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/003-4/sorfina.txt b/npc/003-4/sorfina.txt index d7f40d76d..bed4e5c8e 100644 --- a/npc/003-4/sorfina.txt +++ b/npc/003-4/sorfina.txt @@ -29,18 +29,18 @@ L_Trouble: next; mesn; mesq l("Oh, he has been a little rascal since his father died."); - mes col("*cries*", 9); + mes col(l("*cries*"), 9); next; mesn; mesq l("You see, after a monster attack... My husband went to the desert, to check how things were..."); - mes col("*cries*", 9); + mes col(l("*cries*"), 9); next; mesn; mesq l("He never touched the Soul Menhir... He died... For real..."); - mes col("*cries*", 9); + mes col(l("*cries*"), 9); next; mesn; - mes col("Sorfina recomposes herself.", 9); + mes col(l("Sorfina recomposes herself."), 9); mesq l("There is a rare kind of scorpion, the Murderer Scorpion. Very dangerous."); setq TulimsharQuest_Hasan, 3, -1; next; |