From a599bb887932efad5bd883a53637574af5ab32d6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 8 Jun 2021 12:57:40 +0100 Subject: [PATCH] mao: Use "suits" variable Signed-off-by: Ian Jackson --- specs/mao.game.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.30.2