diff --git a/core/src/com/boomchess/game/frontend/stage/GameEndStage.java b/core/src/com/boomchess/game/frontend/stage/GameEndStage.java index 4500a57..e9ad090 100644 --- a/core/src/com/boomchess/game/frontend/stage/GameEndStage.java +++ b/core/src/com/boomchess/game/frontend/stage/GameEndStage.java @@ -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"; } /*