mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
^->8
This commit is contained in:
parent
d9d1226423
commit
bfb5d25467
6 changed files with 80 additions and 244 deletions
|
|
@ -362,7 +362,7 @@ class UltimateLastStand(bs.TeamGameActivity[Player, Team]):
|
|||
|
||||
def on_transition_in(self) -> None:
|
||||
super().on_transition_in()
|
||||
bs.timer(1.3, babase.Call(babase.playsound, self._new_wave_sound))
|
||||
bs.timer(1.3, self._new_wave_sound.play)
|
||||
|
||||
def on_player_join(self, player: Player) -> None:
|
||||
player.lives = self._lives_per_player
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue