X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FKnightrelay2.js;h=1827accb3f02ca0f135fcbb508d0f2c0a2e04f08;hb=bc0b9205e41c5db0552e4ccf060b945342e36ed0;hp=0fc6c331f48bfa1f39ef22ddd470db2654056ec2;hpb=32f6285ee325a14286562a53baefc647201df2af;p=vchess.git diff --git a/client/src/variants/Knightrelay2.js b/client/src/variants/Knightrelay2.js index 0fc6c331..1827accb 100644 --- a/client/src/variants/Knightrelay2.js +++ b/client/src/variants/Knightrelay2.js @@ -101,7 +101,8 @@ export class Knightrelay2Rules extends ChessRules { const finalSquare = V.CoordsToSquare(move.end); const piece = this.getPiece(move.start.x, move.start.y); - // Since pieces and pawns could move like knight, indicate start and end squares + // Since pieces and pawns could move like knight, + // indicate start and end squares let notation = piece.toUpperCase() + initSquare +