From b2fa754a21fce5fa76956f88330f9f2e0c442814 Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Fri, 18 Oct 2019 12:31:14 +0200 Subject: [PATCH] Fix #41: 50-move rule for Sittuyin --- src/variant.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/variant.cpp b/src/variant.cpp index 273a2c1..1b2c696 100644 --- a/src/variant.cpp +++ b/src/variant.cpp @@ -264,6 +264,7 @@ namespace { v->sittuyinPromotion = true; v->immobilityIllegal = false; v->countingRule = ASEAN_COUNTING; + v->nMoveRule = 50; return v; } Variant* seirawan_variant() { -- 1.7.0.4