Commit 7f05bb9d authored by wind2009's avatar wind2009 Committed by GitHub

Fix 咎を擁く魔瞳 (#3074)

parent 2cbe7b72
...@@ -62,7 +62,8 @@ function s.nttg(e,c) ...@@ -62,7 +62,8 @@ function s.nttg(e,c)
return c:IsLevelAbove(5) return c:IsLevelAbove(5)
end end
function s.costchange(e,re,rp,val) function s.costchange(e,re,rp,val)
if re and re:IsHasType(EFFECT_TYPE_ACTIVATE) and re:GetHandler():IsType(TYPE_SPELL+TYPE_TRAP) then if re and re:IsHasType(EFFECT_TYPE_ACTIVATE) and re:GetHandler():IsType(TYPE_SPELL+TYPE_TRAP)
and not Duel.IsChainSolving() then
return 0 return 0
else return val end else return val 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