mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Merge branch 'main' of https://github.com/brostosjoined/plugin-manager
This commit is contained in:
commit
81ce0c3746
2 changed files with 20 additions and 5 deletions
|
|
@ -1296,7 +1296,12 @@
|
|||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.0.0": null
|
||||
"1.0.0": {
|
||||
"api_version": 8,
|
||||
"commit_sha": "ec6286e",
|
||||
"released_on": "01-02-2024",
|
||||
"md5sum": "e3cd927316b9c3bcac714b4dc8d0d73c"
|
||||
}
|
||||
}
|
||||
},
|
||||
"extinction": {
|
||||
|
|
@ -1324,7 +1329,12 @@
|
|||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.0.0": null
|
||||
"1.0.0": {
|
||||
"api_version": 8,
|
||||
"commit_sha": "ec6286e",
|
||||
"released_on": "01-02-2024",
|
||||
"md5sum": "fe0d82c322ce01d8956af3131e135ad2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"flag_day": {
|
||||
|
|
@ -1338,7 +1348,12 @@
|
|||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.0.0": null
|
||||
"1.0.0": {
|
||||
"api_version": 8,
|
||||
"commit_sha": "ec6286e",
|
||||
"released_on": "01-02-2024",
|
||||
"md5sum": "e11fbf742e6556939ac8d986e2dd430b"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue