Commit e691a9df authored by mercury233's avatar mercury233

fix

parent dacad964
...@@ -19,6 +19,7 @@ function c101007009.initial_effect(c) ...@@ -19,6 +19,7 @@ function c101007009.initial_effect(c)
e3:SetDescription(aux.Stringid(101007009,0)) e3:SetDescription(aux.Stringid(101007009,0))
e3:SetType(EFFECT_TYPE_IGNITION) e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_GRAVE) e3:SetRange(LOCATION_GRAVE)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET)
e3:SetCountLimit(1,101007009+100) e3:SetCountLimit(1,101007009+100)
e3:SetCost(aux.bfgcost) e3:SetCost(aux.bfgcost)
e3:SetTarget(c101007009.lvtg) e3:SetTarget(c101007009.lvtg)
......
...@@ -68,5 +68,5 @@ function c101007074.immop(e,tp,eg,ep,ev,re,r,rp) ...@@ -68,5 +68,5 @@ function c101007074.immop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c101007074.efilter(e,te) function c101007074.efilter(e,te)
return te:GetOwner()~=e:GetOwner() return te:GetOwner()~=e:GetHandler()
end 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