Commit 7aef8bd1 authored by Tachibana's avatar Tachibana 🐟

str

parent b9c9728e
Pipeline #26802 passed with stages
in 22 minutes and 25 seconds
expansions/pics/81099999.jpg

56 KB | W: | H:

expansions/pics/81099999.jpg

90.7 KB | W: | H:

expansions/pics/81099999.jpg
expansions/pics/81099999.jpg
expansions/pics/81099999.jpg
expansions/pics/81099999.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -69,7 +69,7 @@ function cm.aclimit(e,re,tp)
return re:IsActiveType(TYPE_MONSTER)
end
function cm.cfilter(c)
return c:IsFaceup() and c:IsType(TYPE_MONSTER) and not c:IsType(TYPE_EFFECT)
return c:IsFaceup() and c:IsType(TYPE_MONSTER) and not c:IsType(TYPE_EFFECT) and c:IsAttribute(ATTRIBUTE_WIND)
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
if not Duel.IsExistingMatchingCard(cm.cfilter,tp,LOCATION_MZONE,0,1,nil) then return false end
......
......@@ -71,7 +71,7 @@ function cm.aclimit(e,re,tp)
return re:IsActiveType(TYPE_MONSTER)
end
function cm.cfilter(c)
return c:IsFaceup() and c:IsType(TYPE_MONSTER) and not c:IsType(TYPE_EFFECT)
return c:IsFaceup() and c:IsType(TYPE_MONSTER) and not c:IsType(TYPE_EFFECT) and c:IsAttribute(ATTRIBUTE_WIND)
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(cm.cfilter,tp,LOCATION_MZONE,0,1,nil)
......
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