Commit 0781a13f authored by TanakaKotoha's avatar TanakaKotoha

none

parent ddd1792b
No preview for this file type
expansions/pics/14700101.jpg

355 KB | W: | H:

expansions/pics/14700101.jpg

355 KB | W: | H:

expansions/pics/14700101.jpg
expansions/pics/14700101.jpg
expansions/pics/14700101.jpg
expansions/pics/14700101.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/81048005.jpg

56.5 KB | W: | H:

expansions/pics/81048005.jpg

158 KB | W: | H:

expansions/pics/81048005.jpg
expansions/pics/81048005.jpg
expansions/pics/81048005.jpg
expansions/pics/81048005.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/81048006.jpg

76.8 KB | W: | H:

expansions/pics/81048006.jpg

153 KB | W: | H:

expansions/pics/81048006.jpg
expansions/pics/81048006.jpg
expansions/pics/81048006.jpg
expansions/pics/81048006.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -150,7 +150,7 @@ end ...@@ -150,7 +150,7 @@ end
function cm.disrmtg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.disrmtg(e,tp,eg,ep,ev,re,r,rp,chk)
local b1=Duel.GetFlagEffect(tp,m)==0 and Duel.GetMatchingGroupCount(nil,tp,0,LOCATION_ONFIELD+LOCATION_GRAVE,nil)>0 local b1=Duel.GetFlagEffect(tp,m)==0 and Duel.GetMatchingGroupCount(nil,tp,0,LOCATION_ONFIELD+LOCATION_GRAVE,nil)>0
local b2=Duel.IsExistingMatchingCard(aux.disfilter1,tp,0,LOCATION_ONFIELD+LOCATION_REMOVED,1,nil) local b2=Duel.IsExistingMatchingCard(aux.disfilter1,tp,0,LOCATION_ONFIELD+LOCATION_REMOVED,1,nil)
and Duel.GetFlagEffect(tp,m)==0 and Duel.GetFlagEffect(tp,m+1)==0
if chk==0 then return b1 or b2 end if chk==0 then return b1 or b2 end
Duel.SetOperationInfo(0,CATEGORY_DISABLE,0,1,0,0) Duel.SetOperationInfo(0,CATEGORY_DISABLE,0,1,0,0)
end end
......
...@@ -155,7 +155,7 @@ end ...@@ -155,7 +155,7 @@ end
function cm.disrmtg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.disrmtg(e,tp,eg,ep,ev,re,r,rp,chk)
local b1=Duel.GetFlagEffect(tp,m)==0 local b1=Duel.GetFlagEffect(tp,m)==0
local b2=Duel.IsExistingMatchingCard(cm.tddfilter,tp,0,LOCATION_ONFIELD+LOCATION_GRAVE,1,nil) local b2=Duel.IsExistingMatchingCard(cm.tddfilter,tp,0,LOCATION_ONFIELD+LOCATION_GRAVE,1,nil)
and Duel.GetFlagEffect(tp,m)==0 and Duel.GetFlagEffect(tp,m+1)==0
if chk==0 then return b1 or b2 end if chk==0 then return b1 or b2 end
Duel.SetOperationInfo(0,CATEGORY_DISABLE,0,1,0,0) Duel.SetOperationInfo(0,CATEGORY_DISABLE,0,1,0,0)
end 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