We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e456eaf commit b956036Copy full SHA for b956036
filters/speedrun.cl
@@ -8,7 +8,7 @@ long filter(instance* inst) {
8
// Check for Bull
9
bool foundBull = false;
10
for (int i = 0; i < 2; i++) {
11
- if (next_shop_item(inst, 2, false, 0, 0)._item == Bull) foundBull = true;
+ if (next_shop_item(inst, 2)._item == Bull) foundBull = true;
12
}
13
if (!foundBull) return 0;
14
0 commit comments