We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4364799 commit 5da08ebCopy full SHA for 5da08eb
worlds/tetris_gb/client.py
@@ -128,7 +128,7 @@ async def game_watcher(self, ctx):
128
(0xcc13, [1], "System Bus")
129
]
130
131
- if ctx.slot_data["cancel_outs"]:
+ if ctx.slot_data["cancel_out"]:
132
cancel_outs = min(items_received.count("Garbage Line") - self.garbage_lines_given,
133
items_received.count("Clear Random Line") - self.clear_lines_given)
134
self.garbage_lines_given += cancel_outs
0 commit comments