Commit f04f842b authored by mercury233's avatar mercury233

fix

parent f4c35118
...@@ -82,7 +82,7 @@ function c100200149.ctop(e,tp,eg,ep,ev,re,r,rp) ...@@ -82,7 +82,7 @@ function c100200149.ctop(e,tp,eg,ep,ev,re,r,rp)
end end
function c100200149.reptg(e,tp,eg,ep,ev,re,r,rp,chk) function c100200149.reptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
if chk==0 then return c:IsReason(REASON_BATTLE+REASON_EFFECT) not c:IsReason(REASON_REPLACE) if chk==0 then return c:IsReason(REASON_BATTLE+REASON_EFFECT) and not c:IsReason(REASON_REPLACE)
and c:IsCanRemoveCounter(tp,0x1049,1,REASON_EFFECT) end and c:IsCanRemoveCounter(tp,0x1049,1,REASON_EFFECT) end
return true return true
end end
......
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