Commit d85013ea authored by TanakaKotoha's avatar TanakaKotoha

dededededededededededede

parent a3fc2be2
......@@ -66,7 +66,7 @@ function c33401312.atkop(e,tp,eg,ep,ev,re,r,rp)
end
function c33401312.repfilter(c,tp)
return c:IsFaceup() and c:IsSetCard(0x341) or c:IsSetCard(0xa342)
return c:IsFaceup() and (c:IsSetCard(0x341) or c:IsSetCard(0xa342))
and c:IsOnField() and c:IsControler(tp) and c:IsReason(REASON_EFFECT+REASON_BATTLE) and not c:IsReason(REASON_REPLACE)
end
function c33401312.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