Skip to content

Commit

Permalink
island: Change minimum number to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
x-sheep committed Jan 13, 2025
1 parent ab249fb commit 885d293
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/variety/kurotto.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
return this.checkComplete();
}
},
"Cell@island": {
minnum: 1
},
"Board@island": {
addExtraInfo: function() {
this.islandgraph = this.addInfoList(this.klass.AreaIslandGraph);
Expand Down

0 comments on commit 885d293

Please sign in to comment.