Commit 131ff3a2 authored by VanillaSalt's avatar VanillaSalt

Merge pull request #845 from woodee/patch-61

fix
parents b502f4e3 18627675
...@@ -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