Commit 276af19d authored by dest's avatar dest Committed by salix5

fix Deskbot Jet (#507)

parent 62e46f44
...@@ -41,7 +41,7 @@ function c89544521.filter(c) ...@@ -41,7 +41,7 @@ function c89544521.filter(c)
return c:IsFaceup() and c:IsSetCard(0xab) return c:IsFaceup() and c:IsSetCard(0xab)
end end
function c89544521.val(e,c) function c89544521.val(e,c)
return Duel.GetMatchingGroupCount(c89544521.filter,c:GetControler(),LOCATION_ONFIELD,0,nil)*500 return Duel.GetMatchingGroupCount(c89544521.filter,c:GetControler(),LOCATION_ONFIELD,LOCATION_ONFIELD,nil)*500
end end
function c89544521.desfilter1(c) function c89544521.desfilter1(c)
return c:IsFaceup() and c:IsSetCard(0xab) and c:IsDestructable() return c:IsFaceup() and c:IsSetCard(0xab) and c:IsDestructable()
......
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