We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a38c7e commit 3cb15d1Copy full SHA for 3cb15d1
1 file changed
gameplay/advance.lua
@@ -312,6 +312,9 @@ local function advance(c, advs)
312
local clone = choose[1]
313
local adv_index = clone._random
314
if adv_index then
315
+ -- show this card for comfirming
316
+ vdesktop.add("deck", c)
317
+ vdesktop.transfer("deck", c, "float")
318
-- draw value
319
draw_value(advs, c, adv_index)
320
advs:reset()
0 commit comments