Do not call non-existent global

This commit is contained in:
Emik 2025-03-27 14:07:01 +01:00
parent 9e0499b061
commit 59c9be1c1a
Signed by untrusted user who does not match committer: emik
GPG key ID: 09CDFF9E5703688D

View file

@ -191,7 +191,7 @@ function Jane.misprintize_tbl(name, ref_tbl, ref_value, clear, override, stack,
tbl[k][_k] = check( tbl[k][_k] = check(
clear and base_values[name][k][_k] clear and base_values[name][k][_k]
or cry_format( or format(
(stack and tbl[k][_k] or base_values[name][k][_k]) * (stack and tbl[k][_k] or base_values[name][k][_k]) *
log_random( log_random(
pseudoseed("cry_misprint" .. G.GAME.round_resets.ante), pseudoseed("cry_misprint" .. G.GAME.round_resets.ante),