From 6c24f9652de9dc2036004a152b3faa5a33fa4cb7 Mon Sep 17 00:00:00 2001 From: Dr Haddad <34623005+musketeerchess@users.noreply.github.com> Date: Thu, 21 Dec 2023 13:33:32 +0100 Subject: [PATCH] Update variant.cpp corrected a syntax error that concerned the initial fen position involving musketeer_cannon (forgot _) --- src/variant.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/variant.cpp b/src/variant.cpp index 84d3a3b31..8a5df9eda 100644 --- a/src/variant.cpp +++ b/src/variant.cpp @@ -742,12 +742,10 @@ namespace { //"********/rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR/******** w KQkq - 0 1" v->startFen = "********/rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR/******** w KQkq - 0 1"; v->commitGates = true; - v->promotionPieceTypes = {LEOPARD, MUSKETEER CANNON, QUEEN, ROOK, BISHOP, KNIGHT}; // refer to PieceToCharTable to know the piece combination that can be promoted apart from the classic chess pieces + v->promotionPieceTypes = {LEOPARD, MUSKETEER_CANNON, QUEEN, ROOK, BISHOP, KNIGHT}; // refer to PieceToCharTable to know the piece combination that can be promoted apart from the classic chess pieces return v; - } } - - + // S-House // A hybrid variant of S-Chess and Crazyhouse. // Pieces in the pocket can either be gated or dropped.