Commit a6bc7bc0 authored by mercury233's avatar mercury233 Committed by GitHub

fix 機巧伝-神使記紀図

parent 977289a2
...@@ -75,5 +75,5 @@ function c24793135.actlimitcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -75,5 +75,5 @@ function c24793135.actlimitcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetCounter(0x5d)>=10 return e:GetHandler():GetCounter(0x5d)>=10
end end
function c24793135.actlimittg(e,c) function c24793135.actlimittg(e,c)
return not c:IsDefense(c:GetAttack()) return c:IsDefenseAbove(0) and not c:IsDefense(c:GetAttack())
end end
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