X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fbase_rules.js;h=53001f6373a279f9272876b7e36f09be9746ad8a;hp=a0e64bd6067f0d90702aa41cdaf0949441b74223;hb=5246b49d18b711fb26ee27919ab392be24b80fba;hpb=1df59790f9a9ee0496bbe719c52f27c4e7f0b44e diff --git a/client/src/base_rules.js b/client/src/base_rules.js index a0e64bd6..53001f63 100644 --- a/client/src/base_rules.js +++ b/client/src/base_rules.js @@ -80,6 +80,11 @@ export const ChessRules = class ChessRules { return V.ShowMoves; } + // Used for Monochrome variant (TODO: harmonize: !canFlip ==> showFirstTurn) + get showFirstTurn() { + return false; + } + // Some variants always show the same orientation static get CanFlip() { return true;