Commit b3b9ca86 authored by wind2009's avatar wind2009

Fix Shipping Archifiend

parent cae90085
...@@ -48,7 +48,7 @@ function s.artg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -48,7 +48,7 @@ function s.artg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local tg=Duel.GetMatchingGroup(s.arfilter,tp,LOCATION_MZONE,LOCATION_MZONE,nil,e) local tg=Duel.GetMatchingGroup(s.arfilter,tp,LOCATION_MZONE,LOCATION_MZONE,nil,e)
if chkc then if chkc then
local op,val=e:GetLabel() local op,val=e:GetLabel()
return chkc:IsOnField() and chkc:IsControler(tp) and s.chkcfilter(chkc,op,val) return chkc:IsType(TYPE_MONSTER) and chkc:IsFaceup() and chkc:IsControler(tp) and s.chkcfilter(chkc,op,val)
end end
if chk==0 then return tg:CheckSubGroup(s.gcheck,1,99) end if chk==0 then return tg:CheckSubGroup(s.gcheck,1,99) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TARGET) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TARGET)
......
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