diff --git a/123death/CORE.ACS b/123death/CORE.ACS index 0b38ae9..a1ed640 100644 --- a/123death/CORE.ACS +++ b/123death/CORE.ACS @@ -186,7 +186,7 @@ Script 886 (void) { Delay (random(10 * 35,25 * 15)); helprandom = random(0,63); -SetMusic(""); +//SetMusic(""); for (int a=1000; a<1033; a++) { GiveActorInventory(a,help[helprandom],1); @@ -199,10 +199,10 @@ for (a=1000; a<1033; a++) TakeActorInventory(a,help[helprandom],1); } roundspassed++; -SetMusic("*"); +//SetMusic("*"); //tengu man work around if(GetLevelInfo(LEVELINFO_LEVELNUM) == 68){ -SetMusic("TENMUS"); +//SetMusic("TENMUS"); } Delay(1); Restart; diff --git a/123death/acs/CORE.o b/123death/acs/CORE.o index caa67b6..809d82d 100644 Binary files a/123death/acs/CORE.o and b/123death/acs/CORE.o differ