Commit 7061df2f authored by POLYMER's avatar POLYMER

fix

parent 55175870
......@@ -83,7 +83,7 @@ end
function c28382113.desop(e,tp,eg,ep,ev,re,r,rp)
local ct,phchk=e:GetLabel()
local g=Duel.GetMatchingGroup(nil,tp,LOCATION_MZONE,LOCATION_MZONE,nil)
if ct>0 and #g>0 then
if ct>0 and g:IsExists(Card.IsControler,1,nil,tp) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY)
local dg=g:SelectSubGroup(tp,c28382113.gcheck,false,1,ct,tp)
Duel.HintSelection(dg)
......
......@@ -43,7 +43,7 @@ function s.tgfilter(c)
end
function s.pencon(e, tp, eg, ep, ev, re, r, rp)
if re:GetHandler()==e:GetHandler() then return false end
if Duel.GetFlagEffect(tp, id) ~= 0 then return false end
if not Duel.IsExistingMatchingCard(s.yamatofilter, tp, LOCATION_PZONE + LOCATION_EXTRA, 0, 1, nil) then return false 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