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.
1 parent 59c800f commit 4665228Copy full SHA for 4665228
official/c20715411.lua
@@ -26,6 +26,7 @@ function s.initial_effect(c)
26
--Special Summon this card from the Extra Deck if a "Dark Contract" or "D/D/D" card(s) is destroyed
27
local e2=Effect.CreateEffect(c)
28
e2:SetDescription(aux.Stringid(id,1))
29
+ e2:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_DESTROY)
30
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
31
e2:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_DAMAGE_STEP)
32
e2:SetCode(EVENT_DESTROYED)
0 commit comments