Commit b8239889 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 8275b4e1
No preview for this file type
...@@ -25,7 +25,7 @@ function c16362007.filter(c,tp) ...@@ -25,7 +25,7 @@ function c16362007.filter(c,tp)
end end
function c16362007.spcon(e,tp,eg,ep,ev,re,r,rp) function c16362007.spcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c16362007.filter,1,nil,tp) return eg:IsExists(c16362007.filter,1,nil,tp)
and Duel.GetCurrentPhase()==PHASE_MAIN1 or Duel.GetCurrentPhase()==PHASE_MAIN2 and (Duel.GetCurrentPhase()==PHASE_MAIN1 or Duel.GetCurrentPhase()==PHASE_MAIN2)
end end
function c16362007.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function c16362007.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
......
...@@ -54,7 +54,7 @@ function c50223275.cost1(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -54,7 +54,7 @@ function c50223275.cost1(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SendtoGrave(g,REASON_COST) Duel.SendtoGrave(g,REASON_COST)
end end
function c50223275.tg1f(c) function c50223275.tg1f(c)
return c:IsCode(50223250,50223245,50223250,50223255,50223260,50223265,50223270) and c:IsAbleToHand() return c:IsCode(50223240,50223245,50223250,50223255,50223260,50223265,50223270) and c:IsAbleToHand()
end end
function c50223275.tg1(e,tp,eg,ep,ev,re,r,rp,chk) function c50223275.tg1(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c50223275.tg1f,tp,LOCATION_DECK,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c50223275.tg1f,tp,LOCATION_DECK,0,1,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