From 46e8cda8c801fe0e0d5a1ef540da945e05cdf89c Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Tue, 31 Mar 2020 01:50:01 +0200 Subject: [PATCH] Fix pieces placement for Colorbound clobberers --- client/src/variants/Colorbound.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + " -" ); -- 2.44.0