Commit c30ed4f4 authored by 聖園ミカ's avatar 聖園ミカ 🐟

54188

parent e47c28e1
Pipeline #30999 canceled with stages
in 1 minute and 10 seconds
...@@ -58,7 +58,7 @@ function cm.filter2(c,tc) ...@@ -58,7 +58,7 @@ function cm.filter2(c,tc)
end end
function cm.batg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function cm.batg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return false end if chkc then return false end
if chk==0 then return Duel.IsExistingTarget(cm.filter1,tp,LOCATION_MZONE,0,1,e:GetHandler(),tp) end if chk==0 then return Duel.IsExistingTarget(cm.filter1,tp,LOCATION_MZONE,0,1,e:GetHandler()) and Duel.IsExistingTarget(cm.filter2,tp,0,LOCATION_MZONE,1,nil) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SELF) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SELF)
local g1=Duel.SelectTarget(tp,cm.filter1,tp,LOCATION_MZONE,0,1,1,e:GetHandler(),tp) local g1=Duel.SelectTarget(tp,cm.filter1,tp,LOCATION_MZONE,0,1,1,e:GetHandler(),tp)
local ac=g1:GetFirst() local ac=g1:GetFirst()
......
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