Commit d94fb3d5 authored by Tachibana's avatar Tachibana

ybb

parent 280810b1
Pipeline #10036 passed with stages
in 28 minutes and 15 seconds
......@@ -96,7 +96,7 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp)
end
--Effect 3
function cm.repfilter(c,tp)
return c:IsFaceup() and c:IsSetCard(0x9650) and c:GetOriginalType(TYPE_MONSTER)
return c:IsFaceup() and c:IsSetCard(0x9650) and c:IsType(TYPE_MONSTER)
and c:IsOnField() and c:IsControler(tp) and c:IsReason(REASON_EFFECT+REASON_BATTLE) and not c:IsReason(REASON_REPLACE)
end
function cm.reptg(e,tp,eg,ep,ev,re,r,rp,chk)
......
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