Commit d793de39 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12039005.lua

parent dfff23e2
......@@ -12,6 +12,7 @@ function cm.initial_effect(c)
e1:SetCategory(CATEGORY_REMOVE+CATEGORY_SPECIAL_SUMMON+CATEGORY_FUSION_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1)
e1:SetTarget(cm.target)
e1:SetOperation(cm.activate)
c:RegisterEffect(e1)
......@@ -95,4 +96,4 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
end
function cm.efilter(e,te)
return te:IsActiveType(TYPE_SPELL)
end
\ No newline at end of file
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