mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
[ci] auto-format
This commit is contained in:
parent
0fb70b36a0
commit
dfe972097f
1 changed files with 5 additions and 2 deletions
|
|
@ -5,6 +5,7 @@ import bauiv1 as bui
|
||||||
import bauiv1lib.party
|
import bauiv1lib.party
|
||||||
import bascenev1 as bs
|
import bascenev1 as bs
|
||||||
|
|
||||||
|
|
||||||
class InfiniteImpactBombs(bauiv1lib.party.PartyWindow):
|
class InfiniteImpactBombs(bauiv1lib.party.PartyWindow):
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super().__init__(*args, **kwargs)
|
super().__init__(*args, **kwargs)
|
||||||
|
|
@ -35,10 +36,12 @@ class InfiniteImpactBombs(bauiv1lib.party.PartyWindow):
|
||||||
else:
|
else:
|
||||||
spaz.bomb_type = "impact"
|
spaz.bomb_type = "impact"
|
||||||
bui.screenmessage("Impact Bombs Enabled", color=(0, 1, 0))
|
bui.screenmessage("Impact Bombs Enabled", color=(0, 1, 0))
|
||||||
|
|
||||||
self._bombs_enabled = not self._bombs_enabled
|
self._bombs_enabled = not self._bombs_enabled
|
||||||
|
|
||||||
# ba_meta export plugin
|
# ba_meta export plugin
|
||||||
|
|
||||||
|
|
||||||
class ByANES(babase.Plugin):
|
class ByANES(babase.Plugin):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
bauiv1lib.party.PartyWindow = InfiniteImpactBombs
|
bauiv1lib.party.PartyWindow = InfiniteImpactBombs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue