Draft Bario (unfinished)
[xogo.git] / variants / Apocalypse / class.js
index 0600991..5f1e7e2 100644 (file)
@@ -40,7 +40,7 @@ export default class ApocalypseRules extends ChessRules {
 
   genRandInitBaseFen() {
     return {
-      fen: "npppn/p3p/5/P3P/NPPPN w 0",
+      fen: "npppn/p3p/5/P3P/NPPPN",
       o: {}
     };
   }