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

byd

parent 96339f03
......@@ -23,6 +23,7 @@ function cm.initial_effect(c)
e3:SetOperation(cm.lvop)
c:RegisterEffect(e3)
end
cm.wind_zonbie_tuner=true
function cm.spfilter(c,e,tp)
return c:IsRace(RACE_ZOMBIE) and c:IsAttribute(ATTRIBUTE_WIND) and c:IsType(TYPE_TUNER)
and (c:IsAbleToHand() or (Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false)))
......
......@@ -24,6 +24,7 @@ function cm.initial_effect(c)
e2:SetOperation(cm.drop)
c:RegisterEffect(e2)
end
cm.wind_zonbie_tuner=true
function cm.filter(c,e,tp)
return c:IsRace(RACE_ZOMBIE) and c:IsAttribute(ATTRIBUTE_WIND) and c:IsType(TYPE_TUNER) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
......
......@@ -27,6 +27,7 @@ function cm.initial_effect(c)
e2:SetOperation(cm.rmop)
c:RegisterEffect(e2)
end
cm.wind_zonbie_tuner=true
function cm.filter1(c)
return c:IsAttribute(ATTRIBUTE_WIND) and c:IsRace(RACE_ZOMBIE) and c:IsFaceupEx() and c:IsAbleToDeck()
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