Skip to content

Commit 80535cb

Browse files
committed
updated AI Nuke Silo metal cost
1 parent 3f252f0 commit 80535cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Units/aiunits/Buildings/esiloai.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ local weapon1AOE = 1500
1414
local energycosttofire = weapon1Damage / 10 * ((weapon1AOE / 1000) + 1)
1515
--local stockpiletime = 60
1616

17-
--local function roundToFirstDecimal(energycosttofire)
18-
--return math.floor(energycosttofire*10 + 0.5)*0.1
19-
--end
17+
local function roundToFirstDecimal(energycosttofire)
18+
return math.floor(energycosttofire*10 + 0.5)*0.1
19+
end
2020

21-
local buildCostMetal = 500
21+
local buildCostMetal = 1750
2222
local maxDamage = buildCostMetal * 12.5
2323

2424
local unitDef = {

0 commit comments

Comments
 (0)