Skip to content

Commit 826a3be

Browse files
committed
Merge branch 'big-num-calc' into Big-Num-support
2 parents e539de2 + a4e7bda commit 826a3be

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/misprintize.lua

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ function Cryptid.misprintize_tbl(name, ref_tbl, ref_value, clear, override, stac
3939
is_number(tbl[k])
4040
and not (k == "perish_tally")
4141
and not (k == "id")
42-
and not (k == "colour")
4342
and not (k == "suit_nominal")
4443
and not (k == "base_nominal")
4544
and not (k == "face_nominal")
@@ -97,9 +96,9 @@ function Cryptid.misprintize_tbl(name, ref_tbl, ref_value, clear, override, stac
9796
and not (_k == "base_nominal")
9897
and not (_k == "face_nominal")
9998
and not (_k == "qty")
100-
and not (k == "x_mult" and v == 1 and not tbl[k].override_x_mult_check)
101-
and not (k == "x_chips" and v == 1 and not tbl[k].override_x_chips_check)
102-
and not (k == "h_x_chips")
99+
and not (_k == "x_mult" and v == 1 and not tbl[_k].override_x_mult_check)
100+
and not (_k == "x_chips" and v == 1 and not tbl[_k].override_x_chips_check)
101+
and not (_k == "h_x_chips")
103102
and not (_k == "selected_d6_face")
104103
and not (k == "d_size")
105104
and not (k == "h_size")

0 commit comments

Comments
 (0)