Commit b0a73753 authored by POLYMER's avatar POLYMER

fix

parent 92319d4f
...@@ -134,13 +134,13 @@ function c9911555.efilter(e,te) ...@@ -134,13 +134,13 @@ function c9911555.efilter(e,te)
return te==e:GetLabelObject() return te==e:GetLabelObject()
end end
function c9911555.spcon(e,tp,eg,ep,ev,re,r,rp) function c9911555.spcon(e,tp,eg,ep,ev,re,r,rp)
return rp==1-tp and Duel.GetFlagEffect(tp,9911557)==0 return rp==1-tp
end end
function c9911555.spfilter(c,e,tp) function c9911555.spfilter(c,e,tp)
return c:GetFlagEffect(9911555)~=0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:GetFlagEffect(9911555)~=0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function c9911555.spop(e,tp,eg,ep,ev,re,r,rp) function c9911555.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterFlagEffect(tp,9911557,RESET_PHASE+PHASE_END,0,1) if Duel.GetFlagEffect(tp,9911557)==0 then Duel.RegisterFlagEffect(tp,9911557,RESET_PHASE+PHASE_END,0,1) end
if not (re and e:GetLabelObject() and re==e:GetLabelObject()) then return end if not (re and e:GetLabelObject() and re==e:GetLabelObject()) then return end
Duel.Hint(HINT_CARD,0,9911555) Duel.Hint(HINT_CARD,0,9911555)
local ft=Duel.GetLocationCount(tp,LOCATION_MZONE) local ft=Duel.GetLocationCount(tp,LOCATION_MZONE)
......
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