Commit 579c38e6 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12039006.lua

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