Commit 4143746a authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent defa08b1
No preview for this file type
......@@ -5,7 +5,7 @@ function s.initial_effect(c)
c:SetUniqueOnField(1,1,id)
--synchro summon
aux.AddSynchroProcedure(c,c5012604.sfliter,aux.NonTuner(nil),1)
aux.AddSynchroProcedure(c,s.sfliter,aux.NonTuner(nil),1)
c:EnableReviveLimit()
--cannot special summon
local e0=Effect.CreateEffect(c)
......@@ -69,7 +69,7 @@ function s.initial_effect(c)
e5:SetValue(s.effectfilter)
c:RegisterEffect(e5)
end
function c5012604.sfliter(c)
function s.sfliter(c)
return c.MoJin==true
end
function s.cfilter(c,e)
......@@ -161,7 +161,7 @@ function s.gspcon(e,tp,eg,ep,ev,re,r,rp)
end
function s.gspcon2(e,tp,eg,ep,ev,re,r,rp)
local d=Duel.GetAttackTarget()
return d:IsFaceup() and d:IsSetCard(0x50a) and d:IsControler(tp)
return d:IsFaceup() and d.MoJin==true and d:IsControler(tp)
and Duel.GetMZoneCount(tp,d,tp)>0 and d:IsAbleToHand()
end
function s.gsptg(e,tp,eg,ep,ev,re,r,rp,chk)
......
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