Skip to content

Commit 09e796b

Browse files
committed
Fixes #1048
1 parent ac2ad30 commit 09e796b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ function SMODS.create_card(t)
391391
-- or should that be left to the person calling SMODS.create_card to use it correctly?
392392
if t.edition then _card:set_edition(t.edition) end
393393
if t.enhancement then _card:set_ability(G.P_CENTERS[t.enhancement]) end
394-
if t.seal then _card:set_seal(t.seal, nil, true) end
394+
if t.seal then _card:set_seal(t.seal); _card.ability.delay_seal = false end
395395
if t.stickers then
396396
for i, v in ipairs(t.stickers) do
397397
_card:add_sticker(v, t.force_stickers)

0 commit comments

Comments
 (0)