Commit afdaa204 authored by TanakaKotoha's avatar TanakaKotoha

tnndx

parent 8e21cc9d
......@@ -42,7 +42,7 @@ function HakaShiro.cannoteffectop(e,tp,eg,ep,ev,re,r,rp,g)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_CLIENT_HINT)
e1:SetReset(RESET_EVENT+0x1fe0000)
tc:RegisterEffect(e1)
tc=g:GetNext()
end
tc=g:GetNext()
end
end
\ No newline at end of file
......@@ -86,7 +86,6 @@ function c21520186.acost(e,tp,eg,ep,ev,re,r,rp,chk)
end
function c21520186.atg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c21520186.dafilter,tp,LOCATION_MZONE,0,1,nil) end
Duel.SendtoGrave(e:GetHandler(),REASON_DISCARD+REASON_COST)
end
function c21520186.aop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(c21520186.dafilter,tp,LOCATION_MZONE,0,nil)
......@@ -101,10 +100,8 @@ function c21520186.aop(e,tp,eg,ep,ev,re,r,rp)
tc=g:GetNext()
end
Duel.BreakEffect()
local dg=Duel.GetFieldGroup(tp,LOCATION_MZONE,0)
local mg=Duel.GetMatchingGroup(c21520186.dafilter1,tp,LOCATION_MZONE,0,nil)
dg:Sub(mg)
Duel.Destroy(dg,REASON_EFFECT)
Duel.Destroy(mg,REASON_EFFECT)
end
function c21520186.attg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsFaceup() and chkc:IsControler(tp) and chkc:IsLocation(LOCATION_MZONE) end
......
......@@ -8,7 +8,7 @@ function c21520190.initial_effect(c)
e1:SetRange(LOCATION_HAND+LOCATION_GRAVE)
e1:SetCountLimit(7,21520190)
e1:SetCondition(c21520190.spcon)
e1:SetOperation(c21520190.spop)
-- e1:SetOperation(c21520190.spop)
c:RegisterEffect(e1)
--atk & def
local e2=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