1 parent 3b6d12c commit 4374135Copy full SHA for 4374135
1 file changed
src/variety/shimaguni.js
@@ -384,7 +384,7 @@
384
paint: function() {
385
this.drawBGCells();
386
387
- if (this.pid !== "nuritwin" && this.pid !== "disco") {
+ if (this.pid !== "nuritwin") {
388
this.drawGrid();
389
}
390
@@ -398,7 +398,7 @@
398
399
this.drawShadedCells();
400
401
- if (this.pid === "nuritwin" || this.pid === "disco") {
+ if (this.pid === "nuritwin") {
402
403
404
0 commit comments