Skip to content

Commit 9cfa43c

Browse files
committed
Fixed Encoded Deck console log
1 parent f552032 commit 9cfa43c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/gameset.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,9 @@ function cry_get_gameset(card, center)
563563
if center.force_gameset then
564564
return center.force_gameset
565565
end
566+
if center.fake_card then
567+
return G.PROFILES[G.SETTINGS.profile].cry_gameset or "mainline"
568+
end
566569
if not center.key then
567570
if center.tag and center.tag.key then --dumb fix for tags
568571
center = center.tag

0 commit comments

Comments
 (0)