Commit c755bd4c authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 8b414a4b
Pipeline #30147 passed with stages
in 39 minutes and 3 seconds
......@@ -14,7 +14,6 @@ function cm.initial_effect(c)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1,m)
e1:SetCondition(cm.thcon)
e1:SetTarget(cm.thtg)
e1:SetOperation(cm.thop)
c:RegisterEffect(e1)
......@@ -69,9 +68,6 @@ function cm.matfilter(c)
return c:IsLevelAbove(4) and c:IsFusionType(TYPE_MONSTER)
end
--to hand
function cm.thcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_SYNCHRO)
end
function cm.thfilter(c)
return c:IsSetCard(0xef6) and c:IsAbleToHand()
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment