Commit 30f91af4 authored by Grajade's avatar Grajade

Update c1149001.lua

parent 0ef0753f
...@@ -38,7 +38,7 @@ function c1149001.op1(e,tp,eg,ep,ev,re,r,rp) ...@@ -38,7 +38,7 @@ function c1149001.op1(e,tp,eg,ep,ev,re,r,rp)
end end
function c1149001.tfilter1_1(c,num) function c1149001.tfilter1_1(c,num)
local check=(math.floor(c:GetAttack()/100)) local check=(math.floor(c:GetAttack()/100))
return check>0 and num==(check%10) return check>0 and num==(check%10) and c:IsLocation(LOCATION_MZONE)
end end
function c1149001.val1_1(e,re) function c1149001.val1_1(e,re)
local num=e:GetLabel() local num=e:GetLabel()
......
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