Commit 3e287437 authored by mercury233's avatar mercury233 Committed by GitHub

workaround fix ストレイ・ピュアリィ・ストリート

parent 3033fd41
...@@ -46,6 +46,7 @@ end ...@@ -46,6 +46,7 @@ end
function s.spcfilter(c,tp) function s.spcfilter(c,tp)
return c:IsSetCard(0x18c) and c:IsPreviousControler(tp) and c:IsPreviousLocation(LOCATION_MZONE) return c:IsSetCard(0x18c) and c:IsPreviousControler(tp) and c:IsPreviousLocation(LOCATION_MZONE)
and c:IsPreviousPosition(POS_FACEUP) and c:GetReasonPlayer()==1-tp and c:IsType(TYPE_XYZ) and c:IsPreviousPosition(POS_FACEUP) and c:GetReasonPlayer()==1-tp and c:IsType(TYPE_XYZ)
and not c:IsReason(REASON_RULE)
end end
function s.spcon(e,tp,eg,ep,ev,re,r,rp) function s.spcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(s.spcfilter,1,nil,tp) return eg:IsExists(s.spcfilter,1,nil,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