Commit eb973503 authored by mercury233's avatar mercury233

fix

parent 1176b240
......@@ -58,9 +58,9 @@ function c11234702.filter(c)
end
function c11234702.lvtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and c11234702.filter(chkc) end
if chk==0 then return Duel.IsExistingTarget(c11234702.filter,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil) end
if chk==0 then return Duel.IsExistingTarget(c11234702.filter,tp,LOCATION_MZONE,0,1,nil) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TARGET)
Duel.SelectTarget(tp,c11234702.filter,tp,LOCATION_MZONE,LOCATION_MZONE,1,1,nil)
Duel.SelectTarget(tp,c11234702.filter,tp,LOCATION_MZONE,0,1,1,nil)
end
function c11234702.lvop(e,tp,eg,ep,ev,re,r,rp)
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