Commit 93b35154 authored by wyykak's avatar wyykak

fix 23185

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent aff23d43
Pipeline #14377 passed with stage
in 46 seconds
...@@ -42,7 +42,7 @@ end ...@@ -42,7 +42,7 @@ end
function c23185.addct(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c23185.addct(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and c23185.xfilter(chkc) end if chkc then return chkc:IsLocation(LOCATION_MZONE) and c23185.xfilter(chkc) end
if chk==0 then return Duel.IsExistingTarget(c23185.xfilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,e:GetHandler()) end if chk==0 then return Duel.IsExistingTarget(c23185.xfilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,e:GetHandler()) end
Duel.SelectTarget(tp,c23185.xfilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,1,nil) Duel.SelectTarget(tp,c23185.xfilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,1,e:GetHandler())
end end
function c23185.addc(e,tp,eg,ep,ev,re,r,rp) function c23185.addc(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
......
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