Skip to content

Commit bae7517

Browse files
Clone tag fix
-Fixed Clone tag not activating add_to_deck effects on the copied joker (negative edition, juggler, etc)
1 parent 881fe60 commit bae7517

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

items/tag.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1451,6 +1451,7 @@ local clone = {
14511451
G.CONTROLLER.locks[lock] = true
14521452
tag:yep("+", G.C.BLUE, function()
14531453
local copy = copy_card(context.card)
1454+
copy:add_to_deck()
14541455
if context.card.area then
14551456
context.card.area:emplace(copy)
14561457
else

0 commit comments

Comments
 (0)