Commit d0767f32 authored by 未闻皂名's avatar 未闻皂名

2021/9/21 修复bug

parent c46a3394
Pipeline #5733 passed with stages
in 3 minutes and 14 seconds
......@@ -44,7 +44,7 @@ function cm.eff1op(e,tp,eg,ep,ev,re,r,rp)
end
end
function cm.sumlimit(e,c,sump,sumtype,sumpos,targetp)
return c:IsLevelBelow(9) and sumpos=POS_FACEUP_ATTACK
return c:IsLevelBelow(9) and sumpos==POS_FACEUP_ATTACK
end
--Position
function cm.posfilter(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