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/014-3/oscar.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/014-3/oscar.txt') diff --git a/npc/014-3/oscar.txt b/npc/014-3/oscar.txt index 96340073c..61880df0d 100644 --- a/npc/014-3/oscar.txt +++ b/npc/014-3/oscar.txt @@ -43,7 +43,7 @@ L_Slow: mesn; mesq l("But you're too slow. Sorry."); next; - mes col(l("Raise agility to do this quest."), 9); + mesc l("Raise agility to do this quest."); close; L_Weak: -- cgit v1.2.3-70-g09d2