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