Commit 063f87b7 authored by wind2009's avatar wind2009

Fix 登竜華恐巄門

parent ee4be847
......@@ -54,7 +54,7 @@ function s.negcon(e,tp,eg,ep,ev,re,r,rp)
return re:IsActiveType(TYPE_MONSTER) and Duel.IsChainNegatable(ev)
and not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED)
and (LOCATION_ONFIELD)&loc~=0
and re:GetHandler():GetAttack()<atk
and e:GetHandler():GetAttack()>atk
end
function s.costfilter(c)
return c:IsSetCard(0x2c1) and c:IsAbleToDeckAsCost()
......
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