Skip to content

Commit 9a310ec

Browse files
committed
bugfix
1 parent 25261fd commit 9a310ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

steamodded_metadata.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
--- MOD_AUTHOR: [MathIsFun_]
55
--- MOD_DESCRIPTION: A mod that increases Balatro's score limit.
66
--- PREFIX: talisman
7-
--- VERSION: 1.2.0
7+
--- VERSION: 1.2.1
88

99
----------------------------------------------
1010
------------MOD CODE -------------------------

talisman.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ function G:start_up()
390390
function STR_UNPACK(str)
391391
local chunk, err = loadstring(str)
392392
if chunk then
393-
setfenv(chunk, {Big = Big, BigMeta = BigMeta}) -- Use an empty environment to prevent access to potentially harmful functions
393+
setfenv(chunk, {Big = Big, BigMeta = BigMeta, to_big = to_big}) -- Use an empty environment to prevent access to potentially harmful functions
394394
local success, result = pcall(chunk)
395395
if success then
396396
return result

0 commit comments

Comments
 (0)