Skip to content

Commit

Permalink
bugfix audio table ingameoptionstage colourreversed
Browse files Browse the repository at this point in the history
  • Loading branch information
mklemmingen committed Dec 30, 2023
1 parent 6c64329 commit 4dcc9fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static Stage initializeUI(String winnerTeamColour) {
if(isMedievalMode){
coolShoutout = "Huzzah! A King has found his final Rest!\n";
} else {
coolShoutout = "Hell yeah! A General has been neutralised!\n";
coolShoutout = "Boom Boom! A General has been neutralised!\n";
}

/*
Expand Down

0 comments on commit 4dcc9fd

Please sign in to comment.