Commit 2903ff7d authored by Tachibana's avatar Tachibana

eme

parent c9c39fa7
Pipeline #6260 passed with stages
in 26 minutes and 57 seconds
...@@ -71,7 +71,7 @@ end ...@@ -71,7 +71,7 @@ end
--e2 --e2
function c33200116.cfilter(c,tp,rp) function c33200116.cfilter(c,tp,rp)
return c:IsPreviousPosition(POS_FACEUP) and c:GetPreviousControler()==tp and c:IsPreviousSetCard(0x324) return c:IsPreviousPosition(POS_FACEUP) and c:GetPreviousControler()==tp and c:IsPreviousSetCard(0x324)
and rp==1-tp and c:IsReason(REASON_EFFECT) and rp==1-tp and c:IsReason(REASON_EFFECT) and c:IsType(TYPE_MONSTER)
end end
function c33200116.spcon(e,tp,eg,ep,ev,re,r,rp) function c33200116.spcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c33200116.cfilter,1,nil,tp,rp) and not eg:IsContains(e:GetHandler()) return eg:IsExists(c33200116.cfilter,1,nil,tp,rp) and not eg:IsContains(e:GetHandler())
......
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