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 fe290ea commit 22cb9d5Copy full SHA for 22cb9d5
items/deck.lua
@@ -597,7 +597,6 @@ local antimatter = {
597
for k, v in pairs(vouchers) do
598
if G.P_CENTERS[v] then
599
G.GAME.used_vouchers[v] = true
600
- G.GAME.cry_owned_vouchers[v] = true
601
G.GAME.starting_voucher_count = (G.GAME.starting_voucher_count or 0) + 1
602
Card.apply_to_run(nil, G.P_CENTERS[v])
603
end
0 commit comments