Commit 2ab6d156 authored by VanillaSalt's avatar VanillaSalt

fix

parent 5b817e7d
...@@ -34,7 +34,7 @@ function c61156777.ctcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -34,7 +34,7 @@ function c61156777.ctcon(e,tp,eg,ep,ev,re,r,rp)
end end
function c61156777.ctop(e,tp,eg,ep,ev,re,r,rp) function c61156777.ctop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if c:IsFaceup() and not c:IsRelateToEffect(e) then if c:IsFaceup() and c:IsRelateToEffect(e) then
c:AddCounter(0x34,1) c:AddCounter(0x34,1)
end 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