Commit 79d7026c authored by mercury233's avatar mercury233

fix

parent 9db5a4d8
...@@ -64,9 +64,8 @@ function c80143954.eqlimit(e,c) ...@@ -64,9 +64,8 @@ function c80143954.eqlimit(e,c)
end end
function c80143954.negcon(e,tp,eg,ep,ev,re,r,rp) function c80143954.negcon(e,tp,eg,ep,ev,re,r,rp)
if not re:IsHasProperty(EFFECT_FLAG_CARD_TARGET) then return false end if not re:IsHasProperty(EFFECT_FLAG_CARD_TARGET) then return false end
local g,loc=Duel.GetChainInfo(ev,CHAININFO_TARGET_CARDS,CHAININFO_TRIGGERING_LOCATION) local g=Duel.GetChainInfo(ev,CHAININFO_TARGET_CARDS)
return rp~=tp and loc==LOCATION_MZONE and re:IsActiveType(TYPE_MONSTER) return rp~=tp and re:IsActiveType(TYPE_MONSTER) and g and g:IsContains(e:GetLabelObject())
and g and g:IsContains(e:GetLabelObject()) and Duel.IsChainDisablable(ev)
end end
function c80143954.negop(e,tp,eg,ep,ev,re,r,rp) function c80143954.negop(e,tp,eg,ep,ev,re,r,rp)
Duel.NegateEffect(ev) Duel.NegateEffect(ev)
......
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