From d6f7971af7e26c4dc5f0d5646e1a6dc182e57a99 Mon Sep 17 00:00:00 2001 From: FAL-Guys <85888040+FAL-Guys@users.noreply.github.com> Date: Thu, 1 Sep 2022 19:49:02 +0430 Subject: [PATCH] Update kingofthehill.py --- assets/src/ba_data/python/bastd/game/kingofthehill.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/src/ba_data/python/bastd/game/kingofthehill.py b/assets/src/ba_data/python/bastd/game/kingofthehill.py index c573141b..87b8080e 100644 --- a/assets/src/ba_data/python/bastd/game/kingofthehill.py +++ b/assets/src/ba_data/python/bastd/game/kingofthehill.py @@ -131,7 +131,8 @@ class KingOfTheHillGame(ba.TeamGameActivity[Player, Team]): # Base class overrides. self.slow_motion = self._epic_mode - self.default_music = ba.MusicType.SCARY + self.default_music = (ba.MusicType.EPIC if self._epic_mode else + ba.MusicType.SCARY) def get_instance_description(self) -> str | Sequence: return 'Secure the flag for ${ARG1} seconds.', self._hold_time