From 1c6fd864195b7ef2a0844a259a3ca5a4e673de8f Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Fri, 1 May 2020 02:31:33 +0200 Subject: [PATCH] Add precision for Chakart rules --- client/src/translations/rules/Chakart/en.pug | 1 + client/src/translations/rules/Chakart/es.pug | 1 + client/src/translations/rules/Chakart/fr.pug | 1 + 3 files changed, 3 insertions(+) diff --git a/client/src/translations/rules/Chakart/en.pug b/client/src/translations/rules/Chakart/en.pug index fd90d78d..78704579 100644 --- a/client/src/translations/rules/Chakart/en.pug +++ b/client/src/translations/rules/Chakart/en.pug @@ -29,6 +29,7 @@ ul The king (Peach) can "throw a shell" on an enemy reachable by a queen, once in the game. A promoted king also has this power, if not already used. The capture is done remotely without moving. +p The king cannot castle, and pawns don't capture en passant. figure.diagram-container .diagram diff --git a/client/src/translations/rules/Chakart/es.pug b/client/src/translations/rules/Chakart/es.pug index 5e2ec285..b8b4781d 100644 --- a/client/src/translations/rules/Chakart/es.pug +++ b/client/src/translations/rules/Chakart/es.pug @@ -33,6 +33,7 @@ ul alcance de una dama, una vez en el juego. Un rey promovido también tiene este poder, si aún no se ha utilizado. La captura se lleva a cabo de forma remota sin moverse. +p El rey no puede roquar, y los peones no capturan en passant. figure.diagram-container .diagram diff --git a/client/src/translations/rules/Chakart/fr.pug b/client/src/translations/rules/Chakart/fr.pug index 7369caa2..8bd6e7ed 100644 --- a/client/src/translations/rules/Chakart/fr.pug +++ b/client/src/translations/rules/Chakart/fr.pug @@ -32,6 +32,7 @@ ul une fois dans la partie. Un roi promu dispose également de ce pouvoir, s'il n'a pas encore été utilisé. La capture s'effectue alors à distance sans se déplacer. +p Le roi ne peut pas roquer, et les pions ne capturent pas en passant. figure.diagram-container .diagram -- 2.44.0