diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 326ba235b..bf678329b 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -97,6 +97,7 @@ L_MKControl: close; L_MKSmall: + changemusic "003-1", "mythica.mp3"; $@SIEGE_TULIM=0; // factor zero pvpon("003-1"); pvpon("004-1"); @@ -106,6 +107,7 @@ L_MKSmall: close; L_MKMedium: + changemusic "003-1", "eric matyas - ghoulish fun.ogg"; $@SIEGE_TULIM=1; // factor one pvpon("003-1"); pvpon("004-1"); @@ -115,6 +117,7 @@ L_MKMedium: close; L_MKHuge: + changemusic "003-1", "misuse.ogg"; $@SIEGE_TULIM=5; // factor five pvpon("003-1"); pvpon("004-1"); @@ -264,6 +267,7 @@ OnTimer600000: end; OnTimer630000: + changemusic "003-1", "bartk - the adventure begins.ogg"; // Restore to default $@SIEGE_TULIM$=0; killmonsterall("003-1", 0); killmonsterall("004-1", 0); |