Commit 7e76850f authored by HidarimeYume's avatar HidarimeYume

23.10.13 yume upd

parent 71c0586d
No preview for this file type
expansions/pics/71401002.jpg

519 KB | W: | H:

expansions/pics/71401002.jpg

526 KB | W: | H:

expansions/pics/71401002.jpg
expansions/pics/71401002.jpg
expansions/pics/71401002.jpg
expansions/pics/71401002.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -28,8 +28,11 @@ end
function c71401002.filter2(c,tp)
return c:IsRace(RACE_SPELLCASTER) and c:IsLevel(4) and c:IsAttribute(ATTRIBUTE_DARK) and (c:IsAbleToHand() or not c:IsForbidden() and c:CheckUniqueOnField(tp))
end
function c71401002.filter2a(c)
return c:IsFaceup() and c:GetType()==TYPE_SPELL+TYPE_CONTINUOUS
end
function c71401002.tg2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c71401002.filter2,tp,LOCATION_DECK,0,1,nil,tp) end
if chk==0 then return Duel.IsExistingMatchingCard(c71401002.filter2a,tp,LOCATION_ONFIELD,0,1,e:GetHandler()) and Duel.IsExistingMatchingCard(c71401002.filter2,tp,LOCATION_DECK,0,1,nil,tp) end
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK)
end
function c71401002.op2(e,tp,eg,ep,ev,re,r,rp)
......
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