Fix Dobutsu, start draft of Relayup
[vchess.git] / client / src / variants / Progressive2.js
index d0c15e6..8df8eea 100644 (file)
@@ -17,6 +17,10 @@ export class Progressive2Rules extends Progressive1Rules {
     return false;
   }
 
+  static get HasEnpassant() {
+    return false;
+  }
+
   postPlay(move) {
     const c = move.turn[0];
     const piece = move.vanish[0].p;