X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FSuction.js;h=0fc88ce431849089fb964172e69d79eb17897cae;hp=297eef75e2b9c37579534289edf44c22fa7db900;hb=7ba4a5bc5b64e19a1e7f26aa232d5c50770d07ad;hpb=de520e01c680ca3d74364f73cd29c026b86a883d diff --git a/client/src/variants/Suction.js b/client/src/variants/Suction.js index 297eef75..0fc88ce4 100644 --- a/client/src/variants/Suction.js +++ b/client/src/variants/Suction.js @@ -189,9 +189,9 @@ export const VariantRules = class SuctionRules extends ChessRules { } } - static GenRandInitFen() { + static GenRandInitFen(randomness) { // Add empty cmove: - return ChessRules.GenRandInitFen() + " -"; + return ChessRules.GenRandInitFen(randomness) + " -"; } getFen() {