Some fixes. Screen variant computer play is still broken, seemingly
[vchess.git] / client / src / variants / Makruk.js
index c7dd343..5561702 100644 (file)
@@ -16,6 +16,10 @@ export class MakrukRules extends ChessRules {
     return true;
   }
 
     return true;
   }
 
+  static get Notoodark() {
+    return true;
+  }
+
   static get PawnSpecs() {
     return Object.assign(
       {},
   static get PawnSpecs() {
     return Object.assign(
       {},