Skip to content

Commit 8534d32

Browse files
committed
island: Change minimum number back to 0
Zero is a valid number if there are adjacent clues.
1 parent 4997771 commit 8534d32

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/variety/kurotto.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@
8383
return this.checkComplete();
8484
}
8585
},
86-
"Cell@island": {
87-
minnum: 1
88-
},
8986
"Board@island": {
9087
addExtraInfo: function() {
9188
this.islandgraph = this.addInfoList(this.klass.AreaIslandGraph);

0 commit comments

Comments
 (0)