Commit e74039cc authored by mercury233's avatar mercury233 Committed by GitHub

fix 魔界劇団-サッシー・ルーキー

parent 771152be
...@@ -44,6 +44,7 @@ function c51028231.initial_effect(c) ...@@ -44,6 +44,7 @@ function c51028231.initial_effect(c)
end end
function c51028231.filter(c,tp) function c51028231.filter(c,tp)
return c:IsFaceup() and c:IsControler(tp) and c:IsLocation(LOCATION_MZONE) return c:IsFaceup() and c:IsControler(tp) and c:IsLocation(LOCATION_MZONE)
and (c:IsReason(REASON_BATTLE) or (c:IsReason(REASON_EFFECT) and c:GetReasonPlayer()==1-tp))
and c:IsSetCard(0x10ec) and not c:IsReason(REASON_REPLACE) and c:IsSetCard(0x10ec) and not c:IsReason(REASON_REPLACE)
end end
function c51028231.reptg(e,tp,eg,ep,ev,re,r,rp,chk) function c51028231.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