Commit 21888845 authored by nekrozar's avatar nekrozar

fix

parent acf5aa62
...@@ -27,9 +27,12 @@ function c94937430.initial_effect(c) ...@@ -27,9 +27,12 @@ function c94937430.initial_effect(c)
e3:SetOperation(c94937430.drop) e3:SetOperation(c94937430.drop)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c94937430.cfilter(c,tp)
return c:IsLocation(LOCATION_EXTRA) and c:IsControler(tp)
end
function c94937430.acop(e,tp,eg,ep,ev,re,r,rp) function c94937430.acop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if eg:IsExists(Card.IsLocation,1,nil,LOCATION_EXTRA) then if eg:IsExists(c94937430.cfilter,1,nil,tp) then
c:AddCounter(0x3001,1) c:AddCounter(0x3001,1)
end end
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