Commit f41f0f96 authored by dest's avatar dest

Update c97001138.lua

parent 508495ee
...@@ -27,7 +27,7 @@ function c97001138.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -27,7 +27,7 @@ function c97001138.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel.SetOperationInfo(0,CATEGORY_TOHAND,g,1,0,0) Duel.SetOperationInfo(0,CATEGORY_TOHAND,g,1,0,0)
end end
function c97001138.sumfilter(c) function c97001138.sumfilter(c)
return c:IsSummonable(true,nil,1) return c:IsAttackAbove(2400) and c:GetDefence()==1000 and c:IsSummonable(true,nil,1)
end end
function c97001138.activate(e,tp,eg,ep,ev,re,r,rp) function c97001138.activate(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
......
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