Skip to content
Snippets Groups Projects
Commit 45d8f6cb authored by Blank_Alt's avatar Blank_Alt
Browse files

Update src/Mods/SecExp/js/securityReport.js

parent e9600c06
No related branches found
No related tags found
1 merge request!8392Update src/Mods/SecExp/js/securityReport.js
......@@ -507,7 +507,7 @@ App.SecExp.securityReport = function() {
r.push(`It will be finished in ${numberWithPluralOne(V.SecExp.buildings.weapManu.upgrades.queue[0].time, "week")}.`);
}
for (let i = 1; i < V.SecExp.buildings.weapManu.upgrades.queue.length; i++) {
current = App.SecExp.weapManu.currentUpgrade(V.SecExp.buildings.weapManu.upgrades.queue[i].ID);
current = App.SecExp.weapManuUpgrade.current(V.SecExp.buildings.weapManu.upgrades.queue[i].ID);
r.push(`<br>${ordinalSuffix(i + 1)} in queue: ${current.dec} for ${current.unit}. It will enhance their ${current.purpose}.`);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment