Skip to content

Commit 4665228

Browse files
committed
"D/D/D Zero Doom Queen Machinex" fix
It was missing categories for the effect that Special Summons itself
1 parent 59c800f commit 4665228

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

official/c20715411.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ function s.initial_effect(c)
2626
--Special Summon this card from the Extra Deck if a "Dark Contract" or "D/D/D" card(s) is destroyed
2727
local e2=Effect.CreateEffect(c)
2828
e2:SetDescription(aux.Stringid(id,1))
29+
e2:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_DESTROY)
2930
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
3031
e2:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_DAMAGE_STEP)
3132
e2:SetCode(EVENT_DESTROYED)

0 commit comments

Comments
 (0)