Commit f1f0d425 authored by sidschingis's avatar sidschingis

revert

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