Update kingofthehill.py

This commit is contained in:
FAL-Guys 2022-09-01 19:49:02 +04:30 committed by GitHub
parent 6fbbe5ca52
commit d6f7971af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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