Commit 5c20f6ab authored by Tachibana's avatar Tachibana

ndyd

parent b64b5953
Pipeline #4629 passed with stages
in 25 minutes and 41 seconds
......@@ -52,6 +52,6 @@ end
function c33330086.op(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(c33330086.tgfil,tp,LOCATION_GRAVE,LOCATION_GRAVE,nil,e:GetHandler():GetAttribute())
if g:GetCount()>0 then
Duel.SendtoDeck(g,nil,REASON_EFFECT)
Duel.SendtoDeck(g,nil,2,REASON_EFFECT)
end
end
......@@ -74,16 +74,16 @@ function c45746854.con(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return c:IsReason(REASON_DESTROY) and c:IsPreviousLocation(LOCATION_SZONE) or c:IsReason(REASON_LOST_TARGET)
end
function c45746854.filter(c)
function c45746854.filter3(c)
return c:IsSetCard(0x88e) and c:IsSummonable(true,nil)
end
function c45746854.sumtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c45746854.filter,tp,LOCATION_HAND,0,1,nil) end
if chk==0 then return Duel.IsExistingMatchingCard(c45746854.filter3,tp,LOCATION_HAND,0,1,nil) end
Duel.SetOperationInfo(0,CATEGORY_SUMMON,nil,1,0,0)
end
function c45746854.sumop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SUMMON)
local g=Duel.SelectMatchingCard(tp,c45746854.filter,tp,LOCATION_HAND,0,1,1,nil)
local g=Duel.SelectMatchingCard(tp,c45746854.filter3,tp,LOCATION_HAND,0,1,1,nil)
if g:GetCount()>0 then
Duel.Summon(tp,g:GetFirst(),true,nil)
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