Skip to content

Commit 42b0c7b

Browse files
Crash Fix
- This causes crashes as a bignum so i'm putting this in the bignum value blacklist
1 parent f43485c commit 42b0c7b

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
@@ -26,7 +26,7 @@ Cryptid.misprintize_value_blacklist = {
2626
Cryptid.misprintize_bignum_blacklist = {
2727
odds = false,
2828
cry_prob = false,
29-
--nominal = false,
29+
nominal = false,
3030
}
3131

3232
function Cryptid.calculate_misprint(initial, min, max, grow_type, pow_level)

0 commit comments

Comments
 (0)