Skip to content

Commit fbb510b

Browse files
committed
unremove actually needed code
1 parent 6b20004 commit fbb510b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

talisman.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,7 @@ if SMODS and SMODS.Mods and (not SMODS.Mods.Talisman or not SMODS.Mods.Talisman.
102102
table.insert(SMODS.scoring_parameter_keys, v)
103103
end
104104
end
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
105108
end

0 commit comments

Comments
 (0)