Commit df94dfcf authored by POLYMER's avatar POLYMER

fix

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