Skip to content

Commit 5c6a0db

Browse files
authored
Update proposed_unit_reworks_defs.lua (#4220)
Fix typo "armadvsolar" -> "armadvsol"
1 parent 88fd292 commit 5c6a0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unitbasedefs/proposed_unit_reworks_defs.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ local function proposed_unit_reworksTweaks(name, uDef)
1414
if name == "armtide" then
1515
uDef.energycost = 200
1616
end
17-
if name == "armadvsolar" then
17+
if name == "armadvsol" then
1818
uDef.metalcost = 350
1919
end
2020
if name == "corcv" then

0 commit comments

Comments
 (0)