Commit 8ea5f0c5 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent e88383de
...@@ -11,5 +11,5 @@ function c4848423.initial_effect(c) ...@@ -11,5 +11,5 @@ function c4848423.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c4848423.rev(e,re,r,rp,rc) function c4848423.rev(e,re,r,rp,rc)
return bit.band(r,REASON_BATTLE)~=0 and re==e:GetHandler() return bit.band(r,REASON_BATTLE)~=0 and rc==e:GetHandler()
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