Commit c4fc15c5 authored by sidschingis's avatar sidschingis

fix

parent 6a4d0fcf
...@@ -34,6 +34,7 @@ function c54306223.initial_effect(c) ...@@ -34,6 +34,7 @@ function c54306223.initial_effect(c)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
function c54306223.atkval(e,c) function c54306223.atkval(e,c)
if c:IsCode(72677437) then return 0 end
return c:GetCounter(0x9)*-500 return c:GetCounter(0x9)*-500
end end
function c54306223.acop(e,tp,eg,ep,ev,re,r,rp) function c54306223.acop(e,tp,eg,ep,ev,re,r,rp)
......
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