Commit 28aa37fd authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12039007.lua

parent 579c38e6
......@@ -12,6 +12,7 @@ function cm.initial_effect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1)
e1:SetTarget(cm.target)
e1:SetOperation(cm.activate)
c:RegisterEffect(e1)
......@@ -72,4 +73,4 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
end
function cm.rellimit(e,c,tp,sumtp)
return c==e:GetHandler()
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