Commit b1c85bab authored by TanakaKotoha's avatar TanakaKotoha

fix

parent 77c6a467
expansions/pics/33401058.jpg

313 KB | W: | H:

expansions/pics/33401058.jpg

311 KB | W: | H:

expansions/pics/33401058.jpg
expansions/pics/33401058.jpg
expansions/pics/33401058.jpg
expansions/pics/33401058.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -60,7 +60,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
end
--e2
function cm.discon(e,tp,eg,ep,ev,re,r,rp)
return rp==tp and re:IsActiveType(TYPE_MONSTER) and re:GetHandler():GetCounter(0x1a80)==0 and re:IsLocation(LOCATION_MZONE)
return rp==tp and re:IsActiveType(TYPE_MONSTER) and re:GetHandler():GetCounter(0x1a80)==0 and re:GetHandler():IsLocation(LOCATION_MZONE)
end
function cm.disop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_CARD,0,m)
......
......@@ -41,7 +41,7 @@ function cm.cfilter(c,ec)
end
end
function cm.ctcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(cm.cfilter,1,e:GetHandler())
return eg:IsExists(cm.cfilter,1,e:GetHandler()) and ep==tp
end
function cm.ctop(e,tp,eg,ep,ev,re,r,rp)
eg:GetFirst():AddCounter(0x1a80,1)
......
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