Allow to set also randomness against computer
[vchess.git] / client / src / variants / Baroque.js
index a860fe7..246f511 100644 (file)
@@ -546,7 +546,6 @@ export const VariantRules = class BaroqueRules extends ChessRules {
   }
 
   static GenRandInitFen(randomness) {
-    if (!randomness) randomness = 2;
     if (randomness == 0)
       // Deterministic:
       return "rnbqkbnrm/pppppppp/8/8/8/8/PPPPPPPP/MNBKQBNR w 0";