Skip to content

Commit 136d684

Browse files
Fix misprintize affecting perishable tally (again)
1 parent f5c517f commit 136d684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/misprintize.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ function Cryptid.misprintize_tbl(name, ref_tbl, ref_value, clear, override, stac
99
if (type(tbl[k]) ~= "table") or is_number(tbl[k]) then
1010
if
1111
is_number(tbl[k])
12+
and not (k == "perish_tally")
1213
and not (k == "id")
1314
and not (k == "colour")
1415
and not (k == "suit_nominal")
@@ -43,7 +44,6 @@ function Cryptid.misprintize_tbl(name, ref_tbl, ref_value, clear, override, stac
4344
if
4445
is_number(tbl[k][_k])
4546
and not (_k == "id")
46-
and not (k == "perish_tally")
4747
and not (k == "colour")
4848
and not (_k == "suit_nominal")
4949
and not (_k == "base_nominal")

0 commit comments

Comments
 (0)