Skip to content

Commit ad8c523

Browse files
authored
Fixed question marks for Dominion (#648)
1 parent a3cbe92 commit ad8c523

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/variety/dominion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
this.checkAllBlock(
130130
this.board.ublkmgr,
131131
function(cell) {
132-
return cell.isNum();
132+
return cell.isValidNum();
133133
},
134134
function(w, h, a, n) {
135135
return a !== 0;

0 commit comments

Comments
 (0)