Commit 662a2407 authored by mercury233's avatar mercury233 Committed by GitHub

fix Starving Venom Predapower Fusion Dragon

parent 6e7597af
......@@ -33,8 +33,7 @@ function c39915560.fusmatfilter(c)
return c:IsFusionAttribute(ATTRIBUTE_DARK) and c:IsFusionType(TYPE_FUSION)
end
function c39915560.negcon(e,tp,eg,ep,ev,re,r,rp)
return ep==1-tp and Duel.IsChainNegatable(ev)
and not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED)
return Duel.IsChainNegatable(ev) and not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED)
end
function c39915560.negcfilter(c)
return c:IsFaceup() and c:GetCounter(0x1041)>0 and c:IsReleasableByEffect()
......
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