From 5f2e315000fa45b7550052d3a780553cd9a817a2 Mon Sep 17 00:00:00 2001 From: brostos <67740566+brostosjoined@users.noreply.github.com> Date: Mon, 9 Oct 2023 08:52:29 +0300 Subject: [PATCH 1/5] Update supersmash.py --- plugins/minigames/supersmash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/minigames/supersmash.py b/plugins/minigames/supersmash.py index 3736360..35838d6 100644 --- a/plugins/minigames/supersmash.py +++ b/plugins/minigames/supersmash.py @@ -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) From 22db1a5fc9912b1fc78e463d47d50543efcd4b27 Mon Sep 17 00:00:00 2001 From: brostos <67740566+brostosjoined@users.noreply.github.com> Date: Mon, 9 Oct 2023 09:03:18 +0300 Subject: [PATCH 2/5] Update minigames.json --- plugins/minigames.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/minigames.json b/plugins/minigames.json index 1f98221..cc149a4 100644 --- a/plugins/minigames.json +++ b/plugins/minigames.json @@ -846,6 +846,7 @@ } ], "versions": { + "1.1.0: null "1.0.0": { "api_version": 8, "commit_sha": "68e77f2", @@ -855,4 +856,4 @@ } } } -} \ No newline at end of file +} From deb3848285645f8debbbf822d2b9c27494f745f5 Mon Sep 17 00:00:00 2001 From: brostos <67740566+brostosjoined@users.noreply.github.com> Date: Thu, 12 Oct 2023 17:06:57 +0300 Subject: [PATCH 3/5] Update minigames.json --- plugins/minigames.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/minigames.json b/plugins/minigames.json index cc149a4..a0b73f4 100644 --- a/plugins/minigames.json +++ b/plugins/minigames.json @@ -846,7 +846,7 @@ } ], "versions": { - "1.1.0: null + "1.1.0": null "1.0.0": { "api_version": 8, "commit_sha": "68e77f2", From 6a668265057611cac4180763990edf37ba1fda98 Mon Sep 17 00:00:00 2001 From: brostos <67740566+brostosjoined@users.noreply.github.com> Date: Thu, 12 Oct 2023 17:10:10 +0300 Subject: [PATCH 4/5] Update minigames.json --- plugins/minigames.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/minigames.json b/plugins/minigames.json index a0b73f4..23ddf38 100644 --- a/plugins/minigames.json +++ b/plugins/minigames.json @@ -846,7 +846,7 @@ } ], "versions": { - "1.1.0": null + "1.1.0": null, "1.0.0": { "api_version": 8, "commit_sha": "68e77f2", From aa55c7a33622dcb73dab9e70c93db47822c04f7c Mon Sep 17 00:00:00 2001 From: brostosjoined Date: Thu, 12 Oct 2023 14:10:41 +0000 Subject: [PATCH 5/5] [ci] apply-version-metadata --- plugins/minigames.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/plugins/minigames.json b/plugins/minigames.json index 23ddf38..e803bce 100644 --- a/plugins/minigames.json +++ b/plugins/minigames.json @@ -846,7 +846,12 @@ } ], "versions": { - "1.1.0": null, + "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", @@ -856,4 +861,4 @@ } } } -} +} \ No newline at end of file