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 b87ce03 commit f9645eeCopy full SHA for f9645ee
talisman.lua
@@ -1,4 +1,4 @@
1
-if SMODS and SMODS.Mods and (not SMODS.Mods.Talisman or not SMODS.Mods.Talisman.can_load) then
+if SMODS and SMODS.Mods and not (SMODS.Mods.Talisman or SMODS.Mods.cdataman or {}).can_load then
2
local smods_xchips = false
3
for _, v in pairs(SMODS.scoring_parameter_keys) do
4
if v == "x_chips" then
@@ -105,4 +105,5 @@ if SMODS and SMODS.Mods and (not SMODS.Mods.Talisman or not SMODS.Mods.Talisman.
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
+ is_number = is_number or function(x) return x end
109
end
0 commit comments