Commit df94dfcf authored by POLYMER's avatar POLYMER

fix

parent 2cbf0f68
......@@ -6504,6 +6504,7 @@
90720630 0
90720631 0
91030028 0
98942060 0
#limit
33403513 1
82204250 0
......@@ -7016,6 +7017,7 @@
82208100 0
65899920 0
24501019 0
98942060 0
#limit
98730213 1
98730215 1
......
......@@ -435,7 +435,7 @@ function cm.resop(e,tp,eg,ep,ev,re,r,rp)
e:Reset()
end
function cm.disop5(e,tp,eg,ep,ev,re,r,rp)
local p,loc=Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_PLAYER,CHAININFO_TRIGGERING_LOCATION)
local p,loc=Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_CONTROLER,CHAININFO_TRIGGERING_LOCATION)
if p~=tp and bit.band(loc,LOCATION_ONFIELD)~=0 then
Duel.NegateEffect(ev)
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