From: Ian Jackson Date: Tue, 8 Jun 2021 11:57:40 +0000 (+0100) Subject: mao: Use "suits" variable X-Git-Tag: otter-0.7.0~26 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a599bb887932efad5bd883a53637574af5ab32d6;p=otter.git mao: Use "suits" variable Signed-off-by: Ian Jackson --- diff --git a/specs/mao.game.toml b/specs/mao.game.toml index e4b5969e..52fea474 100644 --- a/specs/mao.game.toml +++ b/specs/mao.game.toml @@ -28,7 +28,8 @@ shape.xy = [25,30] {% endmacro deck %} {% macro deck52() %} -{% for suffix in ["c","d","h","s"] %} +{% set suits = "c d h s" | split(pat=" ") %} +{% for suffix in suits %} [[pieces]] pos = [150, 84] type = "LibList"