summaryrefslogtreecommitdiff
path: root/npc/quests/quests_juperos.txt
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-05-27 17:42:42 -0400
committergumi <mekolat@users.noreply.github.com>2017-06-03 12:57:36 -0400
commit2d241c23d89be5810d2bf51c28ad76084bf95182 (patch)
treedd44df7a27f28d7a08f65372d1527323ca29e02d /npc/quests/quests_juperos.txt
parentb0b071305f967ae836722e7518455ee06089de01 (diff)
downloadhercules-2d241c23d89be5810d2bf51c28ad76084bf95182.tar.gz
hercules-2d241c23d89be5810d2bf51c28ad76084bf95182.tar.bz2
hercules-2d241c23d89be5810d2bf51c28ad76084bf95182.tar.xz
hercules-2d241c23d89be5810d2bf51c28ad76084bf95182.zip
add missing constants to specialeffect calls
Diffstat (limited to 'npc/quests/quests_juperos.txt')
-rw-r--r--npc/quests/quests_juperos.txt4
1 files changed, 2 insertions, 2 deletions
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;