Do not call non-existent global
This commit is contained in:
parent
9e0499b061
commit
59c9be1c1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue