Commit 07c7838f authored by Grajade's avatar Grajade

Update c74560022.lua

parent 03f9ec7e
Pipeline #8947 passed with stage
in 29 seconds
......@@ -55,7 +55,7 @@ function cCardno.accon(e,tp,eg,ep,ev,re,r,rp)
end
function cCardno.activate(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if Duel.IsExistingMatchingCard(cCardno.acfilter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil) and Duel.SelectYesNo(tp,aux.Stringid(Cardno,0)) then
if Duel.IsExistingMatchingCard(cCardno.acfilter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,c) and Duel.SelectYesNo(tp,aux.Stringid(Cardno,0)) then
local g = Duel.SelectMatchingCard(tp,cCardno.acfilter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,1,c)
Duel.SendtoHand(g,tp,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g)
......
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