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
2a0604fab6
commit
2662e37aac
1 changed files with 3 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ from bascenev1lib.actor.powerupbox import PowerupBox
|
||||||
from bascenev1lib.actor.bomb import TNTSpawner
|
from bascenev1lib.actor.bomb import TNTSpawner
|
||||||
from os import listdir as ls
|
from os import listdir as ls
|
||||||
|
|
||||||
|
|
||||||
def error(real): # not fake
|
def error(real): # not fake
|
||||||
bui.getsound('error').play()
|
bui.getsound('error').play()
|
||||||
with ga().context:
|
with ga().context:
|
||||||
|
|
@ -1558,7 +1559,8 @@ class Nice(igm):
|
||||||
tn.append(i)
|
tn.append(i)
|
||||||
try:
|
try:
|
||||||
attr = getattr(blex, i) if i not in [
|
attr = getattr(blex, i) if i not in [
|
||||||
"punch_position", "punch_velocity", "punch_momentum_linear"] else (0, 0, 0) # gay
|
# gay
|
||||||
|
"punch_position", "punch_velocity", "punch_momentum_linear"] else (0, 0, 0)
|
||||||
except:
|
except:
|
||||||
attr = None
|
attr = None
|
||||||
typez.append(str(type(attr).__name__))
|
typez.append(str(type(attr).__name__))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue