diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-1/ayasha.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt index 8d5d2677b..2ca2635f1 100644 --- a/npc/005-1/ayasha.txt +++ b/npc/005-1/ayasha.txt @@ -142,6 +142,7 @@ L_MKControl: close; L_MKSmall: + changemusic "005-1", "mythica.ogg"; pvpon("005-1"); announce(l("##1WARNING! WARNING! Siege starting at Candor!!"), bc_all); areamonster("005-1", 0, 0, 105, 105, l("Black Scorpion"), 1074, 1, "Ayasha::OnBlackScorpionDeath"); @@ -225,6 +226,7 @@ OnTimer600000: end; OnTimer630000: + changemusic "005-1", "bartk - the adventure begins.ogg"; killmonsterall("005-1", 0); pvpoff("005-1"); announce(("Candor siege is over!"), bc_all); |