From 2d241c23d89be5810d2bf51c28ad76084bf95182 Mon Sep 17 00:00:00 2001 From: gumi Date: Sat, 27 May 2017 17:42:42 -0400 Subject: add missing constants to specialeffect calls --- npc/quests/quests_juperos.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/quests') diff --git a/npc/quests/quests_juperos.txt b/npc/quests/quests_juperos.txt index de7bccb43..2f2bb0956 100644 --- a/npc/quests/quests_juperos.txt +++ b/npc/quests/quests_juperos.txt @@ -1733,7 +1733,7 @@ OnMyMobDead: mapannounce "juperos_02","Have you come seeking Juperos?! It no longer exists...",bc_map,"0xFF0000"; else if (.MyMobs == 0) { mapannounce "juperos_02","Have you come to see me? Fine! Find me first!",bc_map,"0xFF0000"; - specialeffect(563, AREA, playerattached()); + specialeffect(EF_SCREEN_QUAKE, AREA, playerattached()); soundeffectall "earth_quake.wav",0; disablenpc "3F Gate Switch#jupe"; donpcevent "Restricted Area#jupe::OnEnable"; @@ -4303,7 +4303,7 @@ jupe_ele_r,51,98,0 script Switch#ufe CLEAR_NPC,{ disablenpc "Switch#ufe"; enablenpc "Switch On#ufe"; initnpctimer; - specialeffect(563, AREA, playerattached()); + specialeffect(EF_SCREEN_QUAKE, AREA, playerattached()); soundeffectall "earth_quake.wav",0; close2; cutin "5-1",255; -- cgit v1.2.3-60-g2f50