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

byd

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