From 8ad32a9e49dc72a007be7597ec4f2bddac5bb798 Mon Sep 17 00:00:00 2001 From: MW2917 <160723853+MW2917@users.noreply.github.com> Date: Thu, 27 Nov 2025 16:26:13 +0000 Subject: [PATCH] [ci] auto-format --- plugins/minigames/botsvsbots.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/minigames/botsvsbots.py b/plugins/minigames/botsvsbots.py index cee225b..95f2115 100644 --- a/plugins/minigames/botsvsbots.py +++ b/plugins/minigames/botsvsbots.py @@ -53,7 +53,7 @@ class SpazBot2(SpazBot): class BouncyBotSemiLite(BouncyBot): - #nerfed bouncybot. this is due to the base bouncybot being the same lv as pro bots. + # nerfed bouncybot. this is due to the base bouncybot being the same lv as pro bots. highlight = (1, 1, 0.8) punchiness = 0.85 run = False @@ -82,7 +82,7 @@ class FroshBotShielded(FroshBot): class StickyBotShielded(StickyBot): - #shielded stickybots. *not bonus bots cuz they act the same as normal stickybots + # shielded stickybots. *not bonus bots cuz they act the same as normal stickybots default_shields = True @@ -308,7 +308,7 @@ class BotsVSBotsGame(bs.TeamGameActivity[bs.Player, Team]): # Base class overrides. self.slow_motion = self._epic_mode self.spawn_time = 1.6 if self._epic_mode else 4.0 - self.default_music = (bs.MusicType.EPIC + self.default_music = (bs.MusicType.EPIC if self._epic_mode else bs.MusicType.TO_THE_DEATH) @override