Games open in a new tab from main Hall (to not lose challenges)
[vchess.git] / client / src / variants / Makruk.js
index 9f9c37b..2eeeaea 100644 (file)
@@ -15,10 +15,7 @@ export class MakrukRules extends ChessRules {
     return Object.assign(
       {},
       ChessRules.PawnSpecs,
-      {
-        twoSquares: false,
-        promotions: [V.QUEEN]
-      }
+      { promotions: [V.QUEEN] }
     );
   }