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 9ba26d8 commit 84febd4Copy full SHA for 84febd4
talisman.lua
@@ -40,7 +40,7 @@ function init_localization()
40
talismanloc()
41
end
42
43
-Talisman = {config_file = {disable_anims = false, break_infinity = "omeganum", score_opt_id = 2}, mod_path = talisman_path}
+Talisman = {config_file = {disable_anims = false, break_infinity = "omeganum", score_opt_id = 3}, mod_path = talisman_path}
44
if nativefs.read(Talisman.mod_path.."/config.lua") then
45
Talisman.config_file = STR_UNPACK(nativefs.read(Talisman.mod_path.."/config.lua"))
46
0 commit comments