From 6a60a9309259db45af1437d4e0feb2a68d0ffee5 Mon Sep 17 00:00:00 2001 From: Doug Hoskisson Date: Tue, 4 Jun 2024 21:56:32 -0700 Subject: [PATCH] Zillion: fix some game over bugs (#3466) There was a bug that made lots of flashing terrain if a game over happened in certain places. (And this could be dangerous for people sensitive to flashing lights.) There was also a bug with a bad sound effect after a game over. --- worlds/zillion/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/zillion/requirements.txt b/worlds/zillion/requirements.txt index 3a784846..ae7d9b17 100644 --- a/worlds/zillion/requirements.txt +++ b/worlds/zillion/requirements.txt @@ -1,2 +1,2 @@ -zilliandomizer @ git+https://github.com/beauxq/zilliandomizer@b36a23b5a138c78732ac8efb5b5ca8b0be07dcff#0.7.0 +zilliandomizer @ git+https://github.com/beauxq/zilliandomizer@1dd2ce01c9d818caba5844529699b3ad026d6a07#0.7.1 typing-extensions>=4.7, <5