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

fix 影六武衆-ゲンバ

parent 86eda694
...@@ -38,7 +38,7 @@ function c7291576.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -38,7 +38,7 @@ function c7291576.thop(e,tp,eg,ep,ev,re,r,rp)
end end
function c7291576.repfilter(c,tp) function c7291576.repfilter(c,tp)
return c:IsFaceup() and c:IsSetCard(0x3d) return c:IsFaceup() and c:IsSetCard(0x3d)
and c:IsLocation(LOCATION_MZONE) and c:IsControler(tp) and c:IsReason(REASON_EFFECT) and c:IsLocation(LOCATION_MZONE) and c:IsControler(tp) and c:IsReason(REASON_EFFECT) and not c:IsReason(REASON_REPLACE)
end end
function c7291576.reptg(e,tp,eg,ep,ev,re,r,rp,chk) function c7291576.reptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsAbleToRemove() and eg:IsExists(c7291576.repfilter,1,nil,tp) if chk==0 then return e:GetHandler():IsAbleToRemove() and eg:IsExists(c7291576.repfilter,1,nil,tp)
......
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