Commit 368dd04c authored by POLYMER's avatar POLYMER

fix

parent 42d78ad2
...@@ -45,6 +45,7 @@ function c75000855.tgop(e,tp,eg,ep,ev,re,r,rp) ...@@ -45,6 +45,7 @@ function c75000855.tgop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.SelectMatchingCard(tp,c75000855.tgfilter,tp,LOCATION_DECK,0,1,1,nil) local g=Duel.SelectMatchingCard(tp,c75000855.tgfilter,tp,LOCATION_DECK,0,1,1,nil)
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.SendtoHand(g,nil,REASON_EFFECT) Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g)
end end
end end
-- --
......
...@@ -164,7 +164,7 @@ function c9911555.rmtg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -164,7 +164,7 @@ function c9911555.rmtg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_REMOVE,nil,1,1-tp,LOCATION_HAND) Duel.SetOperationInfo(0,CATEGORY_REMOVE,nil,1,1-tp,LOCATION_HAND)
end end
function c9911555.rmop(e,tp,eg,ep,ev,re,r,rp) function c9911555.rmop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_TODECK) Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_REMOVE)
local g=Duel.GetFieldGroup(tp,0,LOCATION_HAND):FilterSelect(1-tp,Card.IsAbleToRemove,1,1,nil,tp,POS_FACEDOWN) local g=Duel.GetFieldGroup(tp,0,LOCATION_HAND):FilterSelect(1-tp,Card.IsAbleToRemove,1,1,nil,tp,POS_FACEDOWN)
if #g>0 then if #g>0 then
Duel.Remove(g,POS_FACEDOWN,REASON_EFFECT) Duel.Remove(g,POS_FACEDOWN,REASON_EFFECT)
......
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