mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
Update supersmash.py
This commit is contained in:
parent
1d629cdd40
commit
5f2e315000
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ class PowBox(Bomb):
|
||||||
self.explode()
|
self.explode()
|
||||||
|
|
||||||
def handlemessage(self, m: Any) -> Any:
|
def handlemessage(self, m: Any) -> Any:
|
||||||
if isinstance(m, babase.PickedUpMessage):
|
if isinstance(m, bs.PickedUpMessage):
|
||||||
self._heldBy = m.node
|
self._heldBy = m.node
|
||||||
elif isinstance(m, bs.DroppedMessage):
|
elif isinstance(m, bs.DroppedMessage):
|
||||||
bs.timer(0.6, self.pow)
|
bs.timer(0.6, self.pow)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue