Some fixes. Screen variant computer play is still broken, seemingly
[vchess.git] / client / src / variants / Pawnmassacre.js
index 12ce1d0..1fe61cb 100644 (file)
@@ -6,6 +6,10 @@ export class PawnmassacreRules extends ChessRules {
     return false;
   }
 
+  get showFirstTurn() {
+    return true;
+  }
+
   static GenRandInitFen(randomness) {
     const bFen =
       ChessRules.GenRandInitFen(randomness)