Commit 6a0b9e87 authored by 未闻皂名's avatar 未闻皂名

2026/2/1 bug修复

parent 2eef9c54
Pipeline #42782 failed with stages
in 11 minutes and 30 seconds
...@@ -35,7 +35,7 @@ function cm.target1(e,c) ...@@ -35,7 +35,7 @@ function cm.target1(e,c)
return c:IsFaceup() and c:IsRace(RACE_FISH) return c:IsFaceup() and c:IsRace(RACE_FISH)
end end
function cm.atkval(e) function cm.atkval(e)
return Duel.GetFieldGroupCount(tp,LOCATION_MZONE,0)*500 return Duel.GetFieldGroupCount(e:GetHandlerPlayer(),LOCATION_MZONE,0)*400
end end
--Direct Attack --Direct Attack
function cm.target2(e,c) function cm.target2(e,c)
......
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