From c272dcb128037a647692a02721d02acd51d26002 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 23 Jun 2018 11:28:49 -0300 Subject: mes col(l("")) is DEPRECATED, move everything to mesc l(""). mesc is harder to see, but it looks better and is less confusing regarding l() --- npc/003-4/sorfina.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/003-4/sorfina.txt') diff --git a/npc/003-4/sorfina.txt b/npc/003-4/sorfina.txt index bed4e5c8e..7acb8808a 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(l("*cries*"), 9); + mesc l("*cries*"); next; mesn; mesq l("You see, after a monster attack... My husband went to the desert, to check how things were..."); - mes col(l("*cries*"), 9); + mesc l("*cries*"); next; mesn; mesq l("He never touched the Soul Menhir... He died... For real..."); - mes col(l("*cries*"), 9); + mesc l("*cries*"); next; mesn; - mes col(l("Sorfina recomposes herself."), 9); + mesc l("Sorfina recomposes herself."); mesq l("There is a rare kind of scorpion, the Murderer Scorpion. Very dangerous."); setq TulimsharQuest_Hasan, 3, -1; next; -- cgit v1.2.3-60-g2f50