Commit 7b22d24e authored by wind2009's avatar wind2009

Fix 精霊獣使い レラ

parent 633c60b6
...@@ -55,7 +55,7 @@ function s.sumop(e,tp,eg,ep,ev,re,r,rp) ...@@ -55,7 +55,7 @@ function s.sumop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.repfilter(c,tp) function s.repfilter(c,tp)
return c:IsFaceup() and c:IsControler(tp) and c:IsLocation(LOCATION_MZONE) return c:IsFaceup() and c:IsControler(tp) and c:IsOnField()
and c:IsSetCard(0xb5) and c:IsReason(REASON_BATTLE+REASON_EFFECT) and not c:IsReason(REASON_REPLACE) and c:IsSetCard(0xb5) and c:IsReason(REASON_BATTLE+REASON_EFFECT) and not c:IsReason(REASON_REPLACE)
end end
function s.reptg(e,tp,eg,ep,ev,re,r,rp,chk) function s.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