Commit c369af54 authored by Tachibana's avatar Tachibana

eme

parent 5e530a24
Pipeline #7257 passed with stages
in 43 minutes and 45 seconds
No preview for this file type
expansions/pics/16120010.jpg

142 KB | W: | H:

expansions/pics/16120010.jpg

139 KB | W: | H:

expansions/pics/16120010.jpg
expansions/pics/16120010.jpg
expansions/pics/16120010.jpg
expansions/pics/16120010.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/16120011.jpg

373 KB | W: | H:

expansions/pics/16120011.jpg

190 KB | W: | H:

expansions/pics/16120011.jpg
expansions/pics/16120011.jpg
expansions/pics/16120011.jpg
expansions/pics/16120011.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/66915008.jpg

59.8 KB | W: | H:

expansions/pics/66915008.jpg

60.1 KB | W: | H:

expansions/pics/66915008.jpg
expansions/pics/66915008.jpg
expansions/pics/66915008.jpg
expansions/pics/66915008.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -73,7 +73,7 @@ function cm.costfilter(c,e,tp)
return c:IsFaceup() and c:IsType(TYPE_LINK) and c:GetLink()>0 and Duel.IsExistingMatchingCard(cm.spfilter,tp,LOCATION_EXTRA,0,1,nil,c,e,tp)
end
function cm.spfilter(c,tc,e,tp)
return c:IsType(TYPE_LINK) and c:IsRace(RACE_SPELLCASTER,RACE_DRAGON) and Duel.GetLocationCountFromEx(tp,tp,tc,c)>0
return c:IsType(TYPE_LINK) and c:IsRace(RACE_SPELLCASTER+RACE_DRAGON) and Duel.GetLocationCountFromEx(tp,tp,tc,c)>0
and c:GetLink()==tc:GetLink()
and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
......@@ -97,7 +97,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function cm.spfilter2(c,e,tp,lk)
return c:IsType(TYPE_LINK) and c:IsRace(RACE_SPELLCASTER,RACE_DRAGON) and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0
return c:IsType(TYPE_LINK) and c:IsRace(RACE_SPELLCASTER+RACE_DRAGON) and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0
and c:GetLink()==lk
and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
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