Commit 5f14f60c authored by Tachibana's avatar Tachibana

E

parent 66b16054
Pipeline #16329 passed with stages
in 26 minutes and 38 seconds
......@@ -37,7 +37,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local tc=Duel.GetAttacker()
if tc:IsControler(tp) then tc=Duel.GetAttackTarget() end
if Duel.NegateAttack() then
if Duel.NegateAttack() and tc:IsLevelAbove(1) and not tc:IsLevel(6) then
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
......
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