Commit 853218b1 authored by TanakaKotoha's avatar TanakaKotoha

fix

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