We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2ad30 commit 09e796bCopy full SHA for 09e796b
src/utils.lua
@@ -391,7 +391,7 @@ function SMODS.create_card(t)
391
-- or should that be left to the person calling SMODS.create_card to use it correctly?
392
if t.edition then _card:set_edition(t.edition) end
393
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
+ if t.seal then _card:set_seal(t.seal); _card.ability.delay_seal = false end
395
if t.stickers then
396
for i, v in ipairs(t.stickers) do
397
_card:add_sticker(v, t.force_stickers)
0 commit comments