From 00864187e9c93ce0059ad9f3fa67bfae7184dc25 Mon Sep 17 00:00:00 2001 From: samuray22 Date: Sat, 27 Sep 2008 12:41:13 +0000 Subject: * Continues replacing of specialeffect/2 numerics with constants. * Corrected an If to continue the President's Quest. (bugreport:2276) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13241 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/events/StPatrick_2008.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/events/StPatrick_2008.txt') diff --git a/npc/events/StPatrick_2008.txt b/npc/events/StPatrick_2008.txt index f920d32b2..eeaa49dd9 100644 --- a/npc/events/StPatrick_2008.txt +++ b/npc/events/StPatrick_2008.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Kisuka //===== Current Version: ===================================== -//= 1.3 +//= 1.4 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -28,6 +28,7 @@ //= 1.2 Optimized. Uses only one variable now. [L0ne_W0lf] //= Corrected EXP rewards, and some typos. //= 1.3 Corrected random in item function. [L0ne_W0lf] +//= 1.4 Replaced effect numerics with constants. [Samuray22] //============================================================ prt_fild05,170,286,4 script Anxious Leprechaun#8pday 954,{ @@ -298,7 +299,7 @@ OnTouch: mes "You light the fuse."; next; mes "*BOOM!*"; - specialeffect2 90; + specialeffect2 EF_LORD; next; mes "After A cloud of dust and smoke has"; mes "dissipated,"; -- cgit v1.2.3-70-g09d2