Commit cf3cb862 authored by TanakaKotoha's avatar TanakaKotoha

foo foo

parent 5a716bda
...@@ -36,8 +36,8 @@ end ...@@ -36,8 +36,8 @@ end
function c72404133.costfilter(c,e,tp) function c72404133.costfilter(c,e,tp)
return c:IsFaceup() and c:IsRace(RACE_PLANT) return c:IsRace(RACE_PLANT)
and Duel.GetMZoneCount(tp,c,tp)>1 and Duel.GetMZoneCount(tp,c,tp)>1
end end
function c72404133.cost1(e,tp,eg,ep,ev,re,r,rp,chk) function c72404133.cost1(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroupEx(tp,c72404133.costfilter,1,e:GetHandler(),e,tp) end if chk==0 then return Duel.CheckReleaseGroupEx(tp,c72404133.costfilter,1,e:GetHandler(),e,tp) end
...@@ -63,7 +63,7 @@ function c72404133.operation1(e,tp,eg,ep,ev,re,r,rp) ...@@ -63,7 +63,7 @@ function c72404133.operation1(e,tp,eg,ep,ev,re,r,rp)
e1:SetCode(EFFECT_CANNOT_BE_LINK_MATERIAL) e1:SetCode(EFFECT_CANNOT_BE_LINK_MATERIAL)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e1:SetReset(RESET_EVENT+RESETS_STANDARD) e1:SetReset(RESET_EVENT+RESETS_STANDARD)
e1:SetValue(c72404123.linklimit) e1:SetValue(c72404133.linklimit)
token:RegisterEffect(e1,true) token:RegisterEffect(e1,true)
end end
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
......
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