Commit 3ca64d2c authored by Nemo Ma's avatar Nemo Ma

Update c12866600.lua

parent 25f5e68f
......@@ -146,8 +146,8 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
end
end
function s.spcon(e,tp,eg,ep,ev,re,r,rp)
local tp=e:GetHandlerPlayer()
return e:GetHandler():IsPreviousControler(tp) and rp~=tp
local c=e:GetHandler()
return rp==1-tp and c:IsPreviousControler(tp)
end
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and Duel.GetFieldGroupCount(tp,0,LOCATION_MZONE)>0 and e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,true,true) end
......@@ -166,7 +166,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if tc:IsControler(1-tp) then sg:AddCard(tc) end
tc=g:GetNext()
end
Duel.SendtoGrave(sg,REASON_EFFECT)
Duel.SendtoGrave(sg,REASON_RULE)
end
end
end
......
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