Commit 50f4bce3 authored by wind2009's avatar wind2009

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

parents 74cb32e6 d696bad8
...@@ -71,7 +71,7 @@ function s.thdop(e,tp,eg,ep,ev,re,r,rp) ...@@ -71,7 +71,7 @@ function s.thdop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.indcon(e) function s.indcon(e)
return not e:GetHandler():IsSummonLocation(LOCATION_EXTRA) return e:GetHandler():GetSummonLocation()~=0 and not e:GetHandler():IsSummonLocation(LOCATION_EXTRA)
end end
function s.cfilter(c,tp,rp) function s.cfilter(c,tp,rp)
return c:IsPreviousPosition(POS_FACEUP) and c:IsPreviousControler(tp) and c:IsPreviousSetCard(0x1a2) return c:IsPreviousPosition(POS_FACEUP) and c:IsPreviousControler(tp) and c:IsPreviousSetCard(0x1a2)
......
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