Merge pull request #197 from brostosjoined/main

simple fix to supersmash
This commit is contained in:
SenjuZoro 2023-10-14 11:16:23 +02:00 committed by GitHub
commit 2541ed6473
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -846,6 +846,12 @@
}
],
"versions": {
"1.1.0": {
"api_version": 8,
"commit_sha": "6a66826",
"released_on": "12-10-2023",
"md5sum": "f71b146868554b61b7b1fe3d393a5859"
},
"1.0.0": {
"api_version": 8,
"commit_sha": "68e77f2",

View file

@ -78,7 +78,7 @@ class PowBox(Bomb):
self.explode()
def handlemessage(self, m: Any) -> Any:
if isinstance(m, babase.PickedUpMessage):
if isinstance(m, bs.PickedUpMessage):
self._heldBy = m.node
elif isinstance(m, bs.DroppedMessage):
bs.timer(0.6, self.pow)