X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FColorbound.js;h=b96f73a3814fd4c0761c56441187dfd93474e8c1;hb=46e8cda8c801fe0e0d5a1ef540da945e05cdf89c;hp=034f9575b1578b25314845db0086cf2d9fe69872;hpb=801e28709e778bd3a93b014d1f9cb2fb7906e303;p=vchess.git diff --git a/client/src/variants/Colorbound.js b/client/src/variants/Colorbound.js index 034f9575..b96f73a3 100644 --- a/client/src/variants/Colorbound.js +++ b/client/src/variants/Colorbound.js @@ -80,7 +80,7 @@ export class ColorboundRules extends ChessRules { // Add turn + flags + enpassant return ( pieces["b"].join("") + - "/8/pppppppp/8/8/8/PPPPPPPP/" + + "/pppppppp/8/8/8/8/PPPPPPPP/" + pieces["w"].join("").toUpperCase() + " w 0 " + flags + " -" );