From 2662e37aac81f63a03b70fb1d20e55017c3ca730 Mon Sep 17 00:00:00 2001 From: BroBordd <192699453+BroBordd@users.noreply.github.com> Date: Mon, 7 Apr 2025 00:14:58 +0000 Subject: [PATCH] [ci] auto-format --- plugins/utilities/sandbox.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/utilities/sandbox.py b/plugins/utilities/sandbox.py index f724595..c7437f4 100644 --- a/plugins/utilities/sandbox.py +++ b/plugins/utilities/sandbox.py @@ -20,6 +20,7 @@ from bascenev1lib.actor.powerupbox import PowerupBox from bascenev1lib.actor.bomb import TNTSpawner from os import listdir as ls + def error(real): # not fake bui.getsound('error').play() with ga().context: @@ -1558,7 +1559,8 @@ class Nice(igm): tn.append(i) try: 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: attr = None typez.append(str(type(attr).__name__))