Commit d8e3177e authored by Huangnan's avatar Huangnan

fix

parent c361ff68
Pipeline #41296 passed with stage
in 1 minute and 42 seconds
No preview for this file type
expansions/pics/11600024.jpg

73.7 KB | W: | H:

expansions/pics/11600024.jpg

71.6 KB | W: | H:

expansions/pics/11600024.jpg
expansions/pics/11600024.jpg
expansions/pics/11600024.jpg
expansions/pics/11600024.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/12400135.jpg

78.8 KB | W: | H:

expansions/pics/12400135.jpg

79.8 KB | W: | H:

expansions/pics/12400135.jpg
expansions/pics/12400135.jpg
expansions/pics/12400135.jpg
expansions/pics/12400135.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/12400143.jpg

77.4 KB | W: | H:

expansions/pics/12400143.jpg

78.8 KB | W: | H:

expansions/pics/12400143.jpg
expansions/pics/12400143.jpg
expansions/pics/12400143.jpg
expansions/pics/12400143.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/61200303.jpg

90.2 KB | W: | H:

expansions/pics/61200303.jpg

89.8 KB | W: | H:

expansions/pics/61200303.jpg
expansions/pics/61200303.jpg
expansions/pics/61200303.jpg
expansions/pics/61200303.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/61200308.jpg

74 KB | W: | H:

expansions/pics/61200308.jpg

73.1 KB | W: | H:

expansions/pics/61200308.jpg
expansions/pics/61200308.jpg
expansions/pics/61200308.jpg
expansions/pics/61200308.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -94,12 +94,12 @@ function cm.rtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -94,12 +94,12 @@ function cm.rtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsOnField() and chkc~=e:GetHandler() end if chkc then return chkc:IsOnField() and chkc~=e:GetHandler() end
if chk==0 then return Duel.IsExistingTarget(aux.TRUE,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,e:GetHandler()) end if chk==0 then return Duel.IsExistingTarget(aux.TRUE,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,e:GetHandler()) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
local g=Duel.SelectTarget(tp,aux.TRUE,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,1,e:GetHandler()) local g=Duel.SelectTarget(tp,Card.IsAbleToRemove,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,1,nil)
Duel.SetOperationInfo(0,CATEGORY_REMOVE,g,1,0,0) Duel.SetOperationInfo(0,CATEGORY_REMOVE,g,1,0,0)
end end
function cm.rop(e,tp,eg,ep,ev,re,r,rp) function cm.rop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) then
Duel.Destroy(tc,REASON_EFFECT) Duel.Remove(tc,POS_FACEUP,REASON_EFFECT)
end end
end end
\ No newline at end of file
...@@ -84,6 +84,6 @@ function cm.aop(e,tp,eg,ep,ev,re,r,rp) ...@@ -84,6 +84,6 @@ function cm.aop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local g=Duel.GetDecktopGroup(1-tp,3) local g=Duel.GetDecktopGroup(1-tp,3)
if g then if g then
Duel.Remove(g,nil,REASON_EFFECT) Duel.Remove(g,POS_FACEUP,REASON_EFFECT)
end end
end end
\ No newline at end of file
...@@ -21,7 +21,7 @@ function c62625140.initial_effect(c) ...@@ -21,7 +21,7 @@ function c62625140.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c62625140.thfilter(c) function c62625140.thfilter(c)
return c:IsSetCard(0x6d1) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand() return c:IsSetCard(0x6d1) and c:IsAbleToHand()
end end
function c62625140.thtg(e,tp,eg,ep,ev,re,r,rp,chk) function c62625140.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c62625140.thfilter,tp,LOCATION_GRAVE,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c62625140.thfilter,tp,LOCATION_GRAVE,0,1,nil) 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