diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-05-27 17:42:42 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-06-03 12:57:36 -0400 |
commit | 2d241c23d89be5810d2bf51c28ad76084bf95182 (patch) | |
tree | dd44df7a27f28d7a08f65372d1527323ca29e02d /npc/quests | |
parent | b0b071305f967ae836722e7518455ee06089de01 (diff) | |
download | hercules-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')
-rw-r--r-- | npc/quests/quests_juperos.txt | 4 |
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; |