Commit 481d27c2 authored by 未闻皂名's avatar 未闻皂名

2022/9/5 bug修复

parent 968995ec
......@@ -28,7 +28,7 @@ function cm.upfilter(c)
return c:IsFaceup() and c:IsType(TYPE_NORMAL)
end
function cm.upval(e,c)
local atk=Duel.GetMatchingGroup(cm.upfilter,e:GetHandlerPlayer(),LOCATION_MZONE,0,nil)*300
local atk=Duel.GetMatchingGroupCount(cm.upfilter,e:GetHandlerPlayer(),LOCATION_MZONE,0,nil)*300
local ec=e:GetHandler():GetEquipTarget()
if ec:IsCode(list[1]) then atk=atk+1000 end
return atk
......
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