Commit ec0cad48 authored by wind2009's avatar wind2009

Fix 黒魔術の護符

parent adf5f19b
Pipeline #37284 canceled with stages
in 10 seconds
......@@ -2,6 +2,7 @@
100241001
100241002
100241003
100200273
100200274
100200275
100200276
\ No newline at end of file
......@@ -61,7 +61,7 @@ end
function s.disop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local rc=re:GetHandler()
if Duel.NegateEffect(ev) and rc:IsRelateToEffect(re) then
if Duel.NegateEffect(ev) and rc:IsRelateToChain() then
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_CHAIN_SOLVING)
......
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