Commit 853218b1 authored by TanakaKotoha's avatar TanakaKotoha

fix

parent bba0fde1
......@@ -14,8 +14,8 @@ function cm.initial_effect(c)
e0:SetValue(aux.synlimit)
c:RegisterEffect(e0)
--todeck
-- local e1=Effect.CreateEffect(c)
-- e1:SetDescription(aux.Stringid(m,2))
-- local e1=Effect.CreateEffect(c)
-- e1:SetDescription(aux.Stringid(m,2))
-- e1:SetCategory(CATEGORY_TODECK)
-- e1:SetType(EFFECT_TYPE_IGNITION)
-- e1:SetCountLimit(1)
......@@ -154,8 +154,8 @@ end
-- Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
-- local g=Duel.SelectMatchingCard(tp,nil,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,2,nil,c)
-- if g:GetCount()>0 then
-- Duel.HintSelection(g)
-- Duel.SendtoDeck(g,nil,2,REASON_EFFECT)
-- Duel.HintSelection(g)
-- Duel.SendtoDeck(g,nil,2,REASON_EFFECT)
-- end
--end
--e2
......@@ -201,7 +201,7 @@ function cm.disop(e,tp,eg,ep,ev,re,r,rp)
end
--e10
function cm.efilter(e,te)
return te:GetOwnerPlayer()~=e:GetHandlerPlayer()
return te:GetOwner()~=e:GetOwner()
end
--e12
function cm.tdfilter(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