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

byd

parent 702f5343
...@@ -20,7 +20,7 @@ function s.mfilter(c) ...@@ -20,7 +20,7 @@ function s.mfilter(c)
and (c:IsLocation(LOCATION_ONFIELD) or not Duel.IsExistingMatchingCard(Card.IsSetCard,c:GetControler(),LOCATION_MZONE,0,1,nil,0x5ca5)) and (c:IsLocation(LOCATION_ONFIELD) or not Duel.IsExistingMatchingCard(Card.IsSetCard,c:GetControler(),LOCATION_MZONE,0,1,nil,0x5ca5))
end end
function s.mfilter2(c) function s.mfilter2(c)
return c:IsSetCard(0xca5) and (c:IsLocation(LOCATION_ONFIELD) and c:IsType(TYPE_MONSTER) return c:IsSetCard(0xca5) and c:IsType(TYPE_MONSTER) and (c:IsLocation(LOCATION_ONFIELD)
or not Duel.IsExistingMatchingCard(Card.IsSetCard,c:GetControler(),LOCATION_MZONE,0,1,nil,0xca5)) or not Duel.IsExistingMatchingCard(Card.IsSetCard,c:GetControler(),LOCATION_MZONE,0,1,nil,0xca5))
end end
function s.cfilter(c) function s.cfilter(c)
......
...@@ -88,7 +88,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -88,7 +88,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.initial_effect(c) function s.initial_effect(c)
aux.AddCodeList(c,47390371) aux.AddCodeList(c,47390251)
s.sprule(c) s.sprule(c)
s.search(c) s.search(c)
......
...@@ -108,7 +108,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -108,7 +108,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.initial_effect(c) function s.initial_effect(c)
aux.AddCodeList(c,47390371) aux.AddCodeList(c,47390251)
s.sprule(c) s.sprule(c)
s.remove(c) s.remove(c)
......
...@@ -20,7 +20,7 @@ function s.mfilter(c) ...@@ -20,7 +20,7 @@ function s.mfilter(c)
and (c:IsLocation(LOCATION_ONFIELD) or not Duel.IsExistingMatchingCard(Card.IsSetCard,c:GetControler(),LOCATION_MZONE,0,1,nil,0x5ca5)) and (c:IsLocation(LOCATION_ONFIELD) or not Duel.IsExistingMatchingCard(Card.IsSetCard,c:GetControler(),LOCATION_MZONE,0,1,nil,0x5ca5))
end end
function s.mfilter2(c) function s.mfilter2(c)
return c:IsSetCard(0xca5) and (c:IsLocation(LOCATION_ONFIELD) and c:IsType(TYPE_MONSTER) return c:IsSetCard(0xca5)and c:IsType(TYPE_MONSTER) and (c:IsLocation(LOCATION_ONFIELD)
or not Duel.IsExistingMatchingCard(Card.IsSetCard,c:GetControler(),LOCATION_MZONE,0,1,nil,0xca5)) or not Duel.IsExistingMatchingCard(Card.IsSetCard,c:GetControler(),LOCATION_MZONE,0,1,nil,0xca5))
end end
function s.cfilter(c) function s.cfilter(c)
......
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