Commit 9b6ba988 authored by jwyxym's avatar jwyxym Committed by GitHub

Add files via upload

parent 91b7f751
...@@ -879,7 +879,8 @@ function VgD.BeRidedByCardOperation(m,op,cost,tg,stringid) ...@@ -879,7 +879,8 @@ function VgD.BeRidedByCardOperation(m,op,cost,tg,stringid)
end end
end end
function VgD.BeRidedByCardOpCondtion(e,tp,eg,ep,ev,re,r,rp) function VgD.BeRidedByCardOpCondtion(e,tp,eg,ep,ev,re,r,rp)
return eg:GetFirst()==e:GetHandler() local c=e:GetLabelObject()
return eg:GetFirst()==e:GetHandler() and e:GetHandler():GetOverlayGroup():IsContains(c)
end end
---当c在loc时,code时点被触发时执行的效果。 ---当c在loc时,code时点被触发时执行的效果。
......
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