Commit 30f91af4 authored by Grajade's avatar Grajade

Update c1149001.lua

parent 0ef0753f
Pipeline #13850 passed with stages
in 28 minutes and 49 seconds
......@@ -38,7 +38,7 @@ function c1149001.op1(e,tp,eg,ep,ev,re,r,rp)
end
function c1149001.tfilter1_1(c,num)
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
function c1149001.val1_1(e,re)
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