Commit bdb2223d authored by GuGu's avatar GuGu

Update c60305.lua

parent abcf53cc
Pipeline #34625 passed with stage
in 15 seconds
......@@ -43,7 +43,7 @@ function c60305.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and c:IsControler(1-tp) and c60305.filter(chkc) end
if chk==0 then return Duel.IsExistingTarget(c60305.filter,tp,0,LOCATION_MZONE,1,nil) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY)
local g=Duel.SelectTarget(tp,c60305.filter,tp,0,LOCATION_MZONE,1,2,nil)
local g=Duel.SelectTarget(tp,c60305.filter,tp,0,LOCATION_MZONE,1,1,nil)
Duel.SetOperationInfo(0,CATEGORY_DESTROY,g,g:GetCount(),0,0)
end
function c60305.operation(e,tp,eg,ep,ev,re,r,rp)
......
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