Commit e2f99b7f authored by TanakaKotoha's avatar TanakaKotoha

foo foo

parent 4f2b9cd9
......@@ -12,7 +12,7 @@ function c65020151.initial_effect(c)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e1:SetCode(EVENT_TO_GRAVE)
e1:SetRange(LOCATION_FZONE)
e1:SetCountLimit(1)
e1:SetCountLimit(1+EFFECT_COUNT_CODE_SINGLE)
e1:SetCondition(c65020151.con)
e1:SetTarget(c65020151.tg)
e1:SetOperation(c65020151.op)
......@@ -34,7 +34,7 @@ function c65020151.atkcon(e,tp,eg,ep,ev,re,r,rp)
end
function c65020151.atkop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local g=eg:Filter(Card.IsSetCard,nil,0x3da7)
local g=eg:Filter(Card.IsSetCard,nil,0x3da7):Filter(Card.IsControler,nil,tp)
local tc=g:GetFirst()
while tc do
local e3=Effect.CreateEffect(c)
......
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