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 d6035ec commit d916d56Copy full SHA for d916d56
items/pointer.lua
@@ -309,6 +309,13 @@ local pointer = {
309
and valid_check[2] == "Voucher"
310
and valid_check[3]
311
then
312
+ if not G.GAME.used_vouchers[current_card] then
313
+ G.GAME.used_vouchers[current_card] = true
314
+ end
315
+ Card.apply_to_run(nil, G.P_CENTERS[current_card])
316
+ play_sound("generic1", 0.9 + math.random() * 0.1, 0.8)
317
+ play_sound("holo1", 1.2 + math.random() * 0.1, 0.4)
318
+ --[[
319
local area
320
if G.STATE == G.STATES.HAND_PLAYED then
321
if not G.redeemed_vouchers_during_hand then
@@ -340,6 +347,8 @@ local pointer = {
340
347
return true
341
348
end,
342
349
}))
350
+ ]]
351
+ --
343
352
created = true
344
353
end
345
354
if -- Booster check
0 commit comments