Commit 2dcaa73a authored by Tachibana's avatar Tachibana

得得得得得

parent abff4eee
Pipeline #11808 passed with stages
in 27 minutes and 30 seconds
......@@ -40,7 +40,7 @@ function c65052010.fil(c,e,tp)
return c:IsCanHaveCounter(0xda0) and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_RITUAL,tp,false,true) and c:IsType(TYPE_RITUAL) and Duel.IsCanRemoveCounter(tp,LOCATION_ONFIELD,0,0xda0,c:GetLevel(),REASON_EFFECT)
end
function c65052010.tg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c65052010.fil,tp,LOCATION_HAND+LOCATION_GRAVE,0,1,nil,e,tp) end
if chk==0 then return Duel.IsExistingMatchingCard(c65052010.fil,tp,LOCATION_HAND+LOCATION_GRAVE,0,1,nil,e,tp) and Duel.GetMZoneCount(tp)>0 end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_HAND+LOCATION_GRAVE)
end
function c65052010.op(e,tp,eg,ep,ev,re,r,rp)
......
......@@ -65,7 +65,7 @@ function c65052014.fil(c,e,tp)
return c:IsCanHaveCounter(0xda0) and c:IsFaceup() and (b1 or b2)
end
function c65052014.tg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c65052014.fil,tp,LOCATION_PZONE+LOCATION_EXTRA,0,1,nil,e,tp) end
if chk==0 then return Duel.IsExistingMatchingCard(c65052014.fil,tp,LOCATION_PZONE+LOCATION_EXTRA,0,1,nil,e,tp) and Duel.GetMZoneCount(tp)>0 end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_PZONE+LOCATION_EXTRA)
end
function c65052014.op(e,tp,eg,ep,ev,re,r,rp)
......
......@@ -74,7 +74,6 @@ end
function c65052515.disop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if not c:IsRelateToEffect(e) then return end
Duel.NegateRelatedChain(tc,RESET_TURN_SET)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_DISABLE)
......
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