Commit f89e6b75 authored by wind2009's avatar wind2009

Fix

parent 8bb7ad41
Pipeline #42799 passed with stages
in 5 minutes and 53 seconds
No preview for this file type
pics/101303081.jpg

81.9 KB | W: | H:

pics/101303081.jpg

82.9 KB | W: | H:

pics/101303081.jpg
pics/101303081.jpg
pics/101303081.jpg
pics/101303081.jpg
  • 2-up
  • Swipe
  • Onion skin
pics/101303087.jpg

84.4 KB | W: | H:

pics/101303087.jpg

86 KB | W: | H:

pics/101303087.jpg
pics/101303087.jpg
pics/101303087.jpg
pics/101303087.jpg
  • 2-up
  • Swipe
  • Onion skin
pics/101303089.jpg

93 KB | W: | H:

pics/101303089.jpg

113 KB | W: | H:

pics/101303089.jpg
pics/101303089.jpg
pics/101303089.jpg
pics/101303089.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -51,7 +51,7 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp) ...@@ -51,7 +51,7 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
if c:IsRelateToChain() then if c:IsRelateToChain() then
local ct=c:GetCounter(0x4c) local ct=c:GetCounter(0x4c)
if ct>0 then if ct>0 then
c:RemoveCounter(tp,0x4c,ct,REASON_EFFECT) c:RemoveCounter(tp,0x4c,ct,REASON_EFFECT)
local g=Duel.GetMatchingGroup(Card.IsAbleToGrave,tp,LOCATION_MZONE,LOCATION_MZONE,nil) local g=Duel.GetMatchingGroup(Card.IsAbleToGrave,tp,LOCATION_MZONE,LOCATION_MZONE,nil)
Duel.SendtoGrave(g,REASON_EFFECT) Duel.SendtoGrave(g,REASON_EFFECT)
end end
......
...@@ -61,7 +61,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -61,7 +61,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_DESTROY,eg,1,0,0) Duel.SetOperationInfo(0,CATEGORY_DESTROY,eg,1,0,0)
end end
else else
if re:GetHandler():IsDestructable() and re:GetHandler():IsAbleToRemove() then if re:GetHandler():IsAbleToRemove() and re:GetHandler():IsRelateToEffect(re) then
Duel.SetOperationInfo(0,CATEGORY_REMOVE,eg,1,0,0) Duel.SetOperationInfo(0,CATEGORY_REMOVE,eg,1,0,0)
end end
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