Skip to content

Commit 3cb15d1

Browse files
committed
fix #66
1 parent 9a38c7e commit 3cb15d1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

gameplay/advance.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,9 @@ local function advance(c, advs)
312312
local clone = choose[1]
313313
local adv_index = clone._random
314314
if adv_index then
315+
-- show this card for comfirming
316+
vdesktop.add("deck", c)
317+
vdesktop.transfer("deck", c, "float")
315318
-- draw value
316319
draw_value(advs, c, adv_index)
317320
advs:reset()

0 commit comments

Comments
 (0)