Commit 5b64710b authored by Vury Leo's avatar Vury Leo

revert 100x

parent 878905e4
Pipeline #37031 failed with stages
in 3 minutes and 41 seconds
...@@ -48,9 +48,7 @@ function s.ctcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -48,9 +48,7 @@ function s.ctcon(e,tp,eg,ep,ev,re,r,rp)
end end
function s.ctop(e,tp,eg,ep,ev,re,r,rp) function s.ctop(e,tp,eg,ep,ev,re,r,rp)
local ct=eg:FilterCount(s.cfilter,nil) local ct=eg:FilterCount(s.cfilter,nil)
---e:GetHandler():AddCounter(0x16,ct) e:GetHandler():AddCounter(0x16,ct)
---fake: put 100 counter instead
e:GetHandler():AddCounter(0x16,ct*100)
end end
function s.atkcon(e) function s.atkcon(e)
return Duel.GetTurnPlayer()~=e:GetHandlerPlayer() return Duel.GetTurnPlayer()~=e:GetHandlerPlayer()
......
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