Commit 2fdf3fb2 authored by chronogenexx's avatar chronogenexx

update for Duel.AnnounceNumber

parent ccdaa0ec
...@@ -22,7 +22,7 @@ function c17078030.cost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -22,7 +22,7 @@ function c17078030.cost(e,tp,eg,ep,ev,re,r,rp,chk)
local t={} local t={}
local f=math.floor((lp)/1000) local f=math.floor((lp)/1000)
local l=1 local l=1
while l<=f and l<=20 do while l<=f do
t[l]=l*1000 t[l]=l*1000
l=l+1 l=l+1
end end
......
...@@ -36,7 +36,6 @@ function c41925941.cost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -36,7 +36,6 @@ function c41925941.cost(e,tp,eg,ep,ev,re,r,rp,chk)
local def=bc:GetDefense() local def=bc:GetDefense()
if maxpay<def then maxpay=def end if maxpay<def then maxpay=def end
if maxpay<maxc then maxc=maxpay end if maxpay<maxc then maxc=maxpay end
if maxc>25500 then maxc=25500 end
maxc=math.floor(maxc/100)*100 maxc=math.floor(maxc/100)*100
local t={} local t={}
for i=1,maxc/100 do for i=1,maxc/100 do
......
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