Commit 62f6d57e authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c64800191.lua

parent 5ea0a6db
Pipeline #30651 canceled with stages
in 55 seconds
...@@ -32,6 +32,9 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -32,6 +32,9 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_DESTROY,eg,1,0,0) Duel.SetOperationInfo(0,CATEGORY_DESTROY,eg,1,0,0)
end end
end end
function cm.actcfilter(c)
return c:IsSetCard(0x412) and c:IsType(TYPE_XYZ) and c:IsFaceup()
end
function cm.activate(e,tp,eg,ep,ev,re,r,rp) function cm.activate(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if Duel.NegateActivation(ev) and re:GetHandler():IsRelateToEffect(re) then if Duel.NegateActivation(ev) and re:GetHandler():IsRelateToEffect(re) then
......
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