Commit f1f0d425 authored by sidschingis's avatar sidschingis

revert

parent 3d86efed
...@@ -28,7 +28,7 @@ function c99795159.cfilter(e,c) ...@@ -28,7 +28,7 @@ function c99795159.cfilter(e,c)
return c:IsFacedown() return c:IsFacedown()
end end
function c99795159.val(e,re,dam,r,rp,rc) function c99795159.val(e,re,dam,r,rp,rc)
if rc and rc:IsSetCard(0x8d) then if r and bit.band(r,REASON_EFFECT)~=0 or (rc and not rc:IsSetCard(0x8d)) then
return dam return dam/2
else return dam/2 end else return dam end
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