Games open in a new tab from main Hall (to not lose challenges)
[vchess.git] / client / src / variants / Grasshopper.js
index 5069e23..c47ac2b 100644 (file)
@@ -11,10 +11,7 @@ export class GrasshopperRules extends ChessRules {
     return Object.assign(
       {},
       ChessRules.PawnSpecs,
-      {
-        twoSquares: false,
-        promotions: ChessRules.PawnSpecs.promotions.concat([V.GRASSHOPPER])
-      }
+      { promotions: ChessRules.PawnSpecs.promotions.concat([V.GRASSHOPPER]) }
     );
   }