From 48988501734f4640fed60eabda7ed563e2791527 Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Wed, 2 Oct 2019 23:56:51 +0200 Subject: [PATCH] Support Makrukhouse (Makruk+Crazyhouse hybrid) --- src/variants.ini | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/variants.ini b/src/variants.ini index c55fee2..3dcdd2b 100644 --- a/src/variants.ini +++ b/src/variants.ini @@ -169,6 +169,11 @@ checkCounting = true [coffeehouse:crazyhouse] mustCapture = true +# Hybrid variant of makruk and crazyhouse +[makrukhouse:makruk] +pieceDrops = true +capturesToHand = true + # Hybrid variant of antichess and losalamos [anti-losalamos] pawn = p -- 1.7.0.4