Commit 1072cd9d authored by salix5's avatar salix5
parent 6d29e728
...@@ -24,8 +24,11 @@ function c4807253.initial_effect(c) ...@@ -24,8 +24,11 @@ function c4807253.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c4807253.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function c4807253.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false) end and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
and c:GetFlagEffect(4807253)==0 end
c:RegisterFlagEffect(4807253,RESET_CHAIN,0,1)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,e:GetHandler(),1,0,0) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,e:GetHandler(),1,0,0)
end end
function c4807253.spop(e,tp,eg,ep,ev,re,r,rp) function c4807253.spop(e,tp,eg,ep,ev,re,r,rp)
......
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