Commit bf1d956b authored by Amiya's avatar Amiya

修复

parent de836845
Pipeline #40536 passed with stages
in 3 minutes and 47 seconds
...@@ -40,7 +40,7 @@ function s.lcheck(g,lc) ...@@ -40,7 +40,7 @@ function s.lcheck(g,lc)
return g:IsExists(Card.IsLinkSetCard,1,nil,0x1cf) return g:IsExists(Card.IsLinkSetCard,1,nil,0x1cf)
end end
function s.atkval(e,c) function s.atkval(e,c)
return Duel.GetMatchingGroup(aux.TRUE,c:GetControler(),LOCATION_MZONE,0,e:GetHandler())*500 return Duel.GetMatchingGroupCount(aux.TRUE,c:GetControler(),LOCATION_MZONE,0,e:GetHandler())*500
end end
function s.setfilter(c) function s.setfilter(c)
return c:IsSetCard(0x1cf) and c:IsType(TYPE_TRAP) and c:IsSSetable() return c:IsSetCard(0x1cf) and c:IsType(TYPE_TRAP) and c:IsSSetable()
......
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