Commit 70934b8e authored by Momobako's avatar Momobako

Push by Appveyor

parent 7236e2de
......@@ -132,7 +132,6 @@ function c50000200.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Release(g,REASON_COST)
end
function c50000200.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if not e:GetHandler():IsRelateToEffect(e) then return end
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>-1
and e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false) end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,e:GetHandler(),1,0,0)
......
......@@ -67,7 +67,6 @@ function c50000203.thcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c50000203.thfilter,1,nil,tp)
end
function c50000203.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if not e:GetHandler():IsRelateToEffect(e) then return end
if chk==0 then return true end
local g=eg:Filter(c50000203.thfilter,nil,tp)
Duel.SetTargetCard(g)
......
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