Skip to content

[PLUGIN BUG] Colored Bomb Explosion Patches #458

@andrejkuroglo8

Description

@andrejkuroglo8

Plugin Name

colored_bomb_Explosion_patches

Describe the bug

When the fuse of the bomb reaches the end, the bomb does not explode.

Console Log

AttributeError: 'NewBlast' object has no attribute 'activity'. Did you mean: 'activity'?
51.449 stderr: File "/storage/emulated/0/Android/data/net.froemling.bombsquad/files/mods/sys/1.7.62_22827/babase/general.py", line 452, in call
return self.call(self.args, **self.kwargs) # type: ignore
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/storage/emulated/0/Android/data/net.froemling.bombsquad/files/mods/sys/1.7.62_22827/babase/_general.py", line 481, in call
return self.func(
((obj,) + args), **keywds)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/storage/emulated/0/Android/data/net.froemling.bombsquad/files/mods/disable_friendly_fire.py", line 105, in wrapper
func(*args, **kwargs) # original
~~~~^^^^^^^^^^^^^^^^^
File "/storage/emulated/0/Android/data/net.froemling.bombsquad/files/mods/sys/1.7.62_22827/bascenev1lib/actor/bomb.py", line 1150, in handlemessage
self.explode()
~~~~~~~~~~~~^^
File "/storage/emulated/0/Android/data/net.froemling.bombsquad/files/mods/sys/1.7.62_22827/bascenev1lib/actor/bomb.py", line 1017, in explode
blast = Blast(
~~~~~^
position=self.node.position,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<5 lines>...
hit_subtype=self.hit_subtype,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
).autoretain()
^
File "/storage/emulated/0/Android/data/net.froemling.bombsquad/files/mods/colored_bomb_explosion_patches.py", line 28, in init
super().init(
~~~~~~~~~~~~~~~~^
position=position,
^^^^^^^^^^^^^^^^^^
...<5 lines>...
hit_subtype=hit_subtype
^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/storage/emulated/0/Android/data/net.froemling.bombsquad/files/mods/better_camera_shake.py", line 48, in new__init

super(type(self), self).init()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/storage/emulated/0/Android/data/net.froemling.bombsquad/files/mods/better_camera_shake.py", line 48, in new__init__
super(type(self), self).init()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/storage/emulated/0/Android/data/net.froemling.bombsquad/files/mods/better_camera_shake.py", line 48, in new__init__
super(type(self), self).init()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
[Previous line repeated 991 more times]

To Reproduce

1 I'm entered in map
2 Pressed the Bomb Button
3 Fuse of the bomb reaches the end
4 Bomb not Exploded

Expected behavior

No response

OS with Version

Android 13

BombSquad Version

v1.7.62

Plugin Manager Version

v1.1.8

Plugin Version

1.0.3

Screenshots

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Plugin BugSomething isn't working in a plugin

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions