Commit 86be4e21 authored by Tachibana's avatar Tachibana

E

parent 56a33c6a
Pipeline #15652 passed with stages
in 27 minutes and 37 seconds
No preview for this file type
......@@ -78,5 +78,5 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function cm.tdtg(e,c)
return c:IsSummonType(SUMMON_TYPE_NORMAL) and c:IsLevel(10)
return c:IsSummonType(SUMMON_TYPE_NORMAL) and c:IsLevel(10) and c:IsOnField()
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