Commit 5b6a251b authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12004020.lua

parent 9eb56963
......@@ -25,7 +25,7 @@ function c12004020.initial_effect(c)
end
function c12004020.disop(e,tp,eg,ep,ev,re,r,rp)
local loc=Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_LOCATION)
if bit.band(loc,re:GetHandler():GetLocation())==0 then
if bit.band(loc,re:GetHandler():GetLocation())==0 and Duel.IsChainNegatable(ev) then
Duel.NegateEffect(ev)
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