From f4ee917c22e5c0096d364e7ea80a33274734f839 Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Sun, 6 Aug 2023 15:57:36 +0200 Subject: [PATCH] Update variants.ini Closes #685 --- src/variants.ini | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/variants.ini b/src/variants.ini index f487002..5b139d8 100644 --- a/src/variants.ini +++ b/src/variants.ini @@ -144,7 +144,7 @@ # maxRank: maximum rank [Rank] (default: 8) # maxFile: maximum file [File] (default: 8) # chess960: allow chess960 castling [bool] (default: false) -# twoBoards: the game is influenced by a second board (e.g., bughouse) [bool] (default: false) +# twoBoards: pocket pieces are added from an external source, usually from a second board (e.g., bughouse) [bool] (default: false) # startFen: FEN of starting position (default: rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1) # mobilityRegion: the mobility area can be defined via options specific to color and piece, # .e.g., mobilityRegionWhiteRook, mobilityRegionBlackJanggiElephant, etc. [Bitboard] -- 1.7.0.4