Commit 2ca28ecc authored by wind2009's avatar wind2009

Fix 月光金獅子

parent 0f4891f0
Pipeline #35544 passed with stages
in 1 minute and 44 seconds
...@@ -58,7 +58,7 @@ function s.thcon2(e,tp,eg,ep,ev,re,r,rp) ...@@ -58,7 +58,7 @@ function s.thcon2(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(s.cfilter,1,nil,tp) and not eg:IsContains(e:GetHandler()) return eg:IsExists(s.cfilter,1,nil,tp) and not eg:IsContains(e:GetHandler())
end end
function s.tgfilter(c,e) function s.tgfilter(c,e)
return c:IsCanBeEffectTarget(e) and c:IsAbleToHand() return c:IsLocation(LOCATION_GRAVE) and c:IsCanBeEffectTarget(e) and c:IsAbleToHand()
end end
function s.thtg2(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.thtg2(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local mg=eg:Filter(s.cfilter,nil,tp):Filter(s.tgfilter,nil,e) local mg=eg:Filter(s.cfilter,nil,tp):Filter(s.tgfilter,nil,e)
......
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