mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 23:13:46 +08:00
Update kingofthehill.py
This commit is contained in:
parent
6fbbe5ca52
commit
d6f7971af7
@ -131,7 +131,8 @@ class KingOfTheHillGame(ba.TeamGameActivity[Player, Team]):
|
|||||||
|
|
||||||
# Base class overrides.
|
# Base class overrides.
|
||||||
self.slow_motion = self._epic_mode
|
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:
|
def get_instance_description(self) -> str | Sequence:
|
||||||
return 'Secure the flag for ${ARG1} seconds.', self._hold_time
|
return 'Secure the flag for ${ARG1} seconds.', self._hold_time
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user