Commit 1a502298 authored by wind2009's avatar wind2009

Fix 時空の雲篭

parent 8a61f530
...@@ -78,7 +78,7 @@ function s.matcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -78,7 +78,7 @@ function s.matcon(e,tp,eg,ep,ev,re,r,rp)
local se=e:GetLabelObject():GetLabelObject() local se=e:GetLabelObject():GetLabelObject()
return eg:IsExists(s.cfilter,1,nil,e,se) return eg:IsExists(s.cfilter,1,nil,e,se)
end end
function s.tgfilter(c,eg) function s.tgfilter(c,eg,tp)
return eg:IsContains(c) and c:IsFaceup() and c:IsType(TYPE_XYZ) and c:IsRace(RACE_DRAGON) and c:IsSummonPlayer(tp) return eg:IsContains(c) and c:IsFaceup() and c:IsType(TYPE_XYZ) and c:IsRace(RACE_DRAGON) and c:IsSummonPlayer(tp)
end end
function s.mattg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.mattg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
......
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