This commit is contained in:
brostosjoined 2024-02-03 23:34:56 +03:00
commit 81ce0c3746
2 changed files with 20 additions and 5 deletions

View file

@ -55,11 +55,11 @@ class ExplodoRunGame(bs.TeamGameActivity[Player, Team]):
@classmethod
def get_preview_texture_name(cls) -> str:
return 'rampagePreview'
@classmethod
def get_supported_maps(cls, sessiontype: type[bs.Session]) -> list[str]:
return ['Rampage']
def __init__(self, settings: dict):
settings['map'] = "Rampage"
self._epic_mode = settings.get('Epic Mode', False)