Commit 18627675 authored by 独孤朲's avatar 独孤朲

fix

negate opponent's field only
parent 703095c2
...@@ -39,7 +39,7 @@ function c8102334.distg(e,c) ...@@ -39,7 +39,7 @@ function c8102334.distg(e,c)
end end
function c8102334.disop(e,tp,eg,ep,ev,re,r,rp) function c8102334.disop(e,tp,eg,ep,ev,re,r,rp)
local tl=Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_LOCATION) local tl=Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_LOCATION)
if tl==LOCATION_SZONE and re:IsActiveType(TYPE_FIELD) then if tl==LOCATION_SZONE and re:IsActiveType(TYPE_FIELD) and tp~=rp then
Duel.NegateEffect(ev) Duel.NegateEffect(ev)
end end
end 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