Commit 75bb77aa authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent d87f7f03
......@@ -14,7 +14,7 @@ function c17988746.initial_effect(c)
c:RegisterEffect(e1)
end
function c17988746.condition(e,tp,eg,ep,ev,re,r,rp)
return ep==tp and tp~=rp and bit.band(r,REASON_BATTLE)~=0
return ep==tp and tp~=rp and bit.band(r,REASON_BATTLE)~=0 and Duel.GetAttacker():IsControler(1-tp)
end
function c17988746.target(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
......
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