Commit 43c0c302 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 0a63d0a8
No preview for this file type
......@@ -21,6 +21,9 @@ function cm.initial_effect(c)
e2:SetOperation(cm.disop)
c:RegisterEffect(e2)
end
function cm.mfilter(c)
return c:IsAttackAbove(2000) and c:IsLevel(4)
end
function cm.discon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetLP(tp)<Duel.GetLP(1-tp)
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