Commit 2a684235 authored by wind2009's avatar wind2009

Merge remote-tracking branch 'upstream/ROTA' into master

parents 1396c45a d5893280
...@@ -76,6 +76,7 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp) ...@@ -76,6 +76,7 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp)
end end
function s.filter(c,sp) function s.filter(c,sp)
return c:IsSummonPlayer(sp) and c:IsSummonLocation(LOCATION_DECK+LOCATION_EXTRA) return c:IsSummonPlayer(sp) and c:IsSummonLocation(LOCATION_DECK+LOCATION_EXTRA)
and c:GetOriginalType()&TYPE_MONSTER~=0
end end
function s.drcon1(e,tp,eg,ep,ev,re,r,rp) function s.drcon1(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(s.filter,1,nil,1-tp) return eg:IsExists(s.filter,1,nil,1-tp)
......
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