From ad9a14992cde8ad6759263da37e723b2b1825981 Mon Sep 17 00:00:00 2001 From: Haru Date: Fri, 8 May 2015 16:15:07 +0200 Subject: Replaced checkre() calls with constants Signed-off-by: Haru --- npc/cities/izlude.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/cities/izlude.txt') diff --git a/npc/cities/izlude.txt b/npc/cities/izlude.txt index 5aaceb709..7c43ae5ae 100644 --- a/npc/cities/izlude.txt +++ b/npc/cities/izlude.txt @@ -221,7 +221,7 @@ } - script ::Kylick_izlude -1,{ - if (!checkre(0) && rand(2)) { + if (!RENEWAL && rand(2)) { mes "[Kylick]"; mes "I was thinking, even though the people of Izlude live so close to the ocean..."; next; @@ -506,7 +506,7 @@ izlu2dun,108,27,0 script Sailor#2izlude 4W_SAILOR,{ mes "head back?"; next; if (select("Yeah, I'm tired to death.:Nope, I love this place!") == 1) { - if(checkre(0)) + if (RENEWAL) warp "izlude",197,210; else warp "izlude",176,182; -- cgit v1.2.3-70-g09d2