Commit e9805675 authored by Huangnan's avatar Huangnan

Update c101202072.lua

parent 6912d820
Pipeline #22993 passed with stages
in 23 minutes and 12 seconds
......@@ -60,7 +60,7 @@ function c101202072.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function c101202072.srfilter(c,race,lv)
return c:IsType(TYPE_MONSTER) and not c:IsRace(race) and c:IsLevelBelow(lv) and c:IsAbleToHand()
return c:IsType(TYPE_MONSTER) and not c:IsRace(race) and c:IsLevelBelow(lv-1) and c:IsAbleToHand()
end
function c101202072.srcon(e,tp,eg,ep,ev,re,r,rp)
local tc=e:GetLabelObject()
......
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