diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/instances/SealedShrine.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/instances/SealedShrine.txt b/npc/instances/SealedShrine.txt index c69c7dfe8..1c4f4b9d8 100644 --- a/npc/instances/SealedShrine.txt +++ b/npc/instances/SealedShrine.txt @@ -1108,7 +1108,7 @@ OnInstanceInit: next(); mes("The bottom of the Main Altar trembles furiously."); next(); - if ('ins_baphomet == 5 && getpartyleader(.@party_id, 2) == getcharid(CHAR_ID_CHAR)) { + if ('ins_baphomet == 5) { specialeffect(EF_METEORSTORM); specialeffect(EF_METEORSTORM); mesf("[%s]", strcharinfo(PC_NAME)); |