Skip to content

Commit b5cbdd0

Browse files
committed
it takes two
1 parent e69ec90 commit b5cbdd0

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)