diff options
Diffstat (limited to 'npc/quests/quests_juperos.txt')
-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; |