Commit 8eacdc80 authored by Tachibana's avatar Tachibana

tnndx

parent c9ea4b43
No preview for this file type
......@@ -9,7 +9,7 @@ function cm.cfilter(c)
end
function cm.adcon(e,tp,eg,ep,ev,re,r,rp)
local ac,bc = Duel.GetBattleMonster(tp)
return bc and bc:IsAttackAbove(1) and bc:IsDefenseAbove(1) and bc:IsControler(1-tp)
return bc and (bc:IsAttackAbove(1) or bc:IsDefenseAbove(1)) and bc:IsControler(1-tp)
end
function cm.adop(e,tp,eg,ep,ev,re,r,rp)
local c = e:GetHandler()
......
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