Several small improvements + integrate options + first working draft of Cwda
[vchess.git] / client / src / variants / Suction.js
index 2bf3ecf..77aef39 100644 (file)
@@ -149,9 +149,9 @@ export class SuctionRules extends ChessRules {
     });
   }
 
-  static GenRandInitFen(randomness) {
+  static GenRandInitFen(options) {
     // Add empty cmove:
-    return SuicideRules.GenRandInitFen(randomness) + " -";
+    return SuicideRules.GenRandInitFen(options) + " -";
   }
 
   getCmoveFen() {