From 7b0b1b9cd3cdcdc4f61b3e88bc2041d90b35703e Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Sat, 7 Nov 2020 21:09:20 +0100 Subject: [PATCH] Delay adjudication in janggimodern variant --- src/variant.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/variant.cpp b/src/variant.cpp index bd444cf..6932d3e 100644 --- a/src/variant.cpp +++ b/src/variant.cpp @@ -946,6 +946,7 @@ namespace { v->materialCounting = JANGGI_MATERIAL; v->moveRepetitionIllegal = true; v->nFoldRule = 4; // avoid nFold being triggered before move repetition + v->nMoveRule = 100; // avoid adjudication before reaching 200 half-moves return v; } // Casual rules of Janggi, where bikjang and material counting are not considered -- 1.7.0.4