Commit 4e3d0782 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12005023.lua

parent 157aa572
...@@ -54,7 +54,7 @@ function cm.costfilter(c) ...@@ -54,7 +54,7 @@ function cm.costfilter(c)
return c:IsSetCard(0xfbb) and c:IsType(TYPE_MONSTER) and not c:IsPublic() return c:IsSetCard(0xfbb) and c:IsType(TYPE_MONSTER) and not c:IsPublic()
end end
function cm.con(e,tp,eg,ep,ev,re,r,rp) function cm.con(e,tp,eg,ep,ev,re,r,rp)
return rp~=tp and (re:IsActiveType(TYPE_MONSTER) or re:IsHasType(EFFECT_TYPE_ACTIVATE)) and Duel.IsChainNegatable(ev) return rp~=tp and (re:IsActiveType(TYPE_MONSTER) or re:IsHasType(EFFECT_TYPE_ACTIVATE)) and re:GetHandler():IsDestructable()
end end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk) function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true end
......
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