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 e69ec90 commit b5cbdd0Copy full SHA for b5cbdd0
lib/calculate.lua
@@ -4,7 +4,7 @@
4
local ec = eval_card
5
function eval_card(card, context)
6
if card.will_shatter then
7
- return {}
+ return {}, {}
8
end
9
-- Store old probability for later reference
10
local ggpn = G.GAME.probabilities.normal
0 commit comments