From: Benjamin Auder Date: Tue, 1 Jun 2021 09:56:17 +0000 (+0200) Subject: Fix TwoKings X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=b51164440aa73d056c433c88457c9f7af1180953 Fix TwoKings --- diff --git a/client/src/variants/Twokings.js b/client/src/variants/Twokings.js index b5f2b059..d80a57d8 100644 --- a/client/src/variants/Twokings.js +++ b/client/src/variants/Twokings.js @@ -88,7 +88,7 @@ export class TwokingsRules extends CoregalRules { .replace("q", "k").replace("Q", "K"); // Now replace a bishop by the queen, // so that bishops are of different colors: - if (randomness == 1) return sameIndexReplace(fen); + if (options.randomness == 1) return sameIndexReplace(fen); const wOdd = fen.indexOf('B') % 2; const bOdd = fen.indexOf('b') % 2; // Since there are 7 slashes, different oddities means symmetric