We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b20004 commit fbb510bCopy full SHA for fbb510b
talisman.lua
@@ -102,4 +102,7 @@ if SMODS and SMODS.Mods and (not SMODS.Mods.Talisman or not SMODS.Mods.Talisman.
102
table.insert(SMODS.scoring_parameter_keys, v)
103
end
104
105
+ to_big = to_big or function(x) return x end
106
+ to_number = to_number or function(x) return x end
107
+ lenient_bignum = lenient_bignum or function(x) return x end
108
0 commit comments