Skip to content

Commit 0401fc6

Browse files
committed
scrabble: Fix variant appearing in every puzzle
1 parent 87a7d1e commit 0401fc6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/puzzle/Config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,9 @@
552552
case "trizone_ghost":
553553
exec = pid === "trizone";
554554
break;
555+
case "scrabble_given":
556+
exec = pid === "scrabble";
557+
break;
555558
case "loop_full":
556559
exec =
557560
[

0 commit comments

Comments
 (0)