X-Git-Url: https://git.auder.net/img/rock_paper_scissors_lizard_spock.gif?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FShogi.js;h=9104ed92d70ea59b64b95ac72bbfbcd3f06170ce;hb=1006b211894bdc0624e2fd332ac78322bf8ca0ee;hp=63c0d726642f40f974bb4741ae7b31688ffc0681;hpb=6c00a6e55209930057bcf040cf444f40e7d47030;p=vchess.git diff --git a/client/src/variants/Shogi.js b/client/src/variants/Shogi.js index 63c0d726..9104ed92 100644 --- a/client/src/variants/Shogi.js +++ b/client/src/variants/Shogi.js @@ -16,6 +16,10 @@ export class ShogiRules extends ChessRules { return true; } + get showFirstTurn() { + return true; + } + static get Notoodark() { return true; }