Commit 1f573218 authored by POLYMER's avatar POLYMER

fix

parent 2dc83131
...@@ -83,10 +83,10 @@ function s.setop(e,tp,eg,ep,ev,re,r,rp) ...@@ -83,10 +83,10 @@ function s.setop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
local mg=Duel.GetMatchingGroup(Card.IsFaceup,tp,0,LOCATION_MZONE,nil) local mg=Duel.GetMatchingGroup(Card.IsFaceup,tp,LOCATION_MZONE,LOCATION_MZONE,nil)
if mg:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(id,2)) then if mg:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(id,2)) then
Duel.BreakEffect() Duel.BreakEffect()
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_OPPO) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_OPERATECARD)
local smg=mg:Select(tp,1,1,nil) local smg=mg:Select(tp,1,1,nil)
local tc=smg:GetFirst() local tc=smg:GetFirst()
if tc then if tc then
......
...@@ -56,7 +56,7 @@ end ...@@ -56,7 +56,7 @@ end
function s.thfilter(c) function s.thfilter(c)
return (c:IsCode(40020509) or (s.HighEvo(c) and not c:IsCode(id))) return (c:IsCode(40020509) or (s.HighEvo(c) and not c:IsCode(id)))
and c:IsAbleToHand() and c:IsAbleToHand() and c:IsType(TYPE_MONSTER)
end end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk) function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
......
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