From 6a6f1c4ceece85f9f3e3bb7abfd3340f80fa6581 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 16 Jul 2021 01:46:11 +0100 Subject: [PATCH] jstest: from-pieces: Show more things, including z and zg Signed-off-by: Ian Jackson --- jstest/from-pieces | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jstest/from-pieces b/jstest/from-pieces index 690494d8..da644ead 100755 --- a/jstest/from-pieces +++ b/jstest/from-pieces @@ -20,11 +20,12 @@ my @pieces = map { [ $p->{z}, $p->{zg}, - (sprintf " sp!(%7s, %s, %s),%s\n", + (sprintf " sp!(%8s, %s, %3s), // %s %s%s\n", "\"$id\"", $p->{pinned} ? 'true' : 'false', $p->{moveable} eq 'IfWresting' ? 'No' : $p->{moveable}, - $p->{held} ? " // HELD $p->{held}" : '', + $p->{z}, $p->{zg}, + $p->{held} ? " HELD $p->{held}" : '', ) ] } keys %$data; -- 2.30.2