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 c28d443 commit 624542fCopy full SHA for 624542f
official/c64599569.lua
@@ -24,6 +24,7 @@ function s.initial_effect(c)
24
e3:SetCategory(CATEGORY_TOGRAVE)
25
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
26
e3:SetCode(EVENT_SPSUMMON_SUCCESS)
27
+ e3:SetCondition(function(e) return e:GetHandler():IsSummonType(SUMMON_TYPE_FUSION) end)
28
e3:SetTarget(s.tgtg)
29
e3:SetOperation(s.tgop)
30
c:RegisterEffect(e3)
0 commit comments