mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-03 13:30:25 +07:00
Boss music for non-wave guardians (#9964)
* why do I hear guardian music * Update contributors * format * switch up * switch up * why * no traces left behind
This commit is contained in:
parent
5376ea1f17
commit
93d2f60b56
@ -167,3 +167,4 @@ Redstonneur1256
|
||||
ApsZoldat
|
||||
hexagon-recursion
|
||||
JasonP01
|
||||
BlueTheCube
|
||||
|
@ -213,7 +213,9 @@ public class SoundControl{
|
||||
|
||||
/** Plays a random track.*/
|
||||
public void playRandom(){
|
||||
if(isDark()){
|
||||
if(state.boss() != null){
|
||||
playOnce(bossMusic.random(lastRandomPlayed));
|
||||
}else if(isDark()){
|
||||
playOnce(darkMusic.random(lastRandomPlayed));
|
||||
}else{
|
||||
playOnce(ambientMusic.random(lastRandomPlayed));
|
||||
|
Loading…
Reference in New Issue
Block a user