Commit 03c3f030 authored by GuGu's avatar GuGu

Update c74561023.lua

parent 7fc56481
Pipeline #33276 passed with stage
in 9 seconds
......@@ -55,6 +55,7 @@ function cCardno.repfilter(c,tp)
return c:IsFaceup() and c:IsControler(tp) and c:IsLocation(LOCATION_ONFIELD) and c:IsCode(30001,74561030,74561045)
end
function cCardno.reptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
if chk==0 then return eg:IsExists(cCardno.repfilter,1,c,tp) and c:IsDestructable(e) and not c:IsStatus(STATUS_DESTROY_CONFIRMED) end
if Duel.SelectYesNo(tp,aux.Stringid(Cardno,0)) then
Duel.Destroy(e:GetHandler(),REASON_EFFECT+REASON_REPLACE)
......
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