We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af48fde + 7f0e641 commit 0203776Copy full SHA for 0203776
items/misc/seals.lua
@@ -172,22 +172,26 @@ local pink = {
172
for i, v in pairs(G.hand.cards) do
173
if v.ability.link == link then
174
cards[#cards+1] = v
175
+ v.ability.temporary2 = true
176
end
177
178
for i, v in pairs(G.discard.cards) do
179
180
181
182
183
184
for i, v in pairs(G.deck.cards) do
185
186
187
188
189
190
SMODS.destroy_cards(cards, nil)
191
else
192
SMODS.destroy_cards(card, nil)
193
194
+ card.ability.temporary2 = true
195
196
G.E_MANAGER:add_event(Event({
197
func = function()
0 commit comments