Skip to content

Commit 49f00b1

Browse files
committed
azure seal crash fix (?)
1 parent 8712f5a commit 49f00b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/calculate.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
local ec = eval_card
55
function eval_card(card, context)
66
if card.will_shatter then
7-
return
7+
return {}
88
end
99
-- Store old probability for later reference
1010
local ggpn = G.GAME.probabilities.normal

0 commit comments

Comments
 (0)