Skip to content

Commit 99ffef3

Browse files
committed
hopefully fixes that one fucking crash
1 parent 39f93c4 commit 99ffef3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

items/misc/stakes.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ function Blind:defeat(s)
187187
end
188188

189189
local ccfs = create_card_for_shop
190-
function create_card_for_shop(area)
191-
local card = ccfs(area)
190+
function create_card_for_shop(...)
191+
local card = ccfs(...)
192192
if G.GAME.curse == "entr_blind" then
193193
if pseudorandom("entr_blind_curse") < 0.5 then
194194
card.cry_flipped = true
@@ -249,4 +249,4 @@ return {
249249
iridium,
250250
zenith
251251
}
252-
}
252+
}

0 commit comments

Comments
 (0)