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/airports/airships.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/airports') diff --git a/npc/airports/airships.txt b/npc/airports/airships.txt index 3eb84f867..115072b3f 100644 --- a/npc/airports/airships.txt +++ b/npc/airports/airships.txt @@ -655,7 +655,7 @@ OnTouch: switch ($@airplanelocation2) { case 0: warp "ra_fild12",292,204; end; case 1: - if(checkre(0)) + if (RENEWAL) warp "izlude",200,73; else warp "izlude",200,56; -- cgit v1.2.3-60-g2f50