Commit 4aad93dd authored by REIKAI's avatar REIKAI 💬

Update c16162000.lua

parent 286c78cd
Pipeline #16690 passed with stages
in 33 minutes and 49 seconds
......@@ -74,7 +74,7 @@ function cm.gfilter2(g,lv)
return ct <= lv
end
function cm.spcheck(c,e,tp)
return c:IsListedACounter() and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
return c:IsListedACounter() and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and c:IsLevelAbove(1)
end
function cm.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
......
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