mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 04:35:46 +01:00
reverse presentation order for BlackOps
This commit is contained in:
parent
fa14bb5362
commit
1c0201534b
@ -2166,9 +2166,7 @@ Bladeburner.prototype.createBlackOpsContent = function() {
|
|||||||
return (a.reqdRank - b.reqdRank);
|
return (a.reqdRank - b.reqdRank);
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(blackops);
|
|
||||||
for (var i = blackops.length-1; i >= 0 ; --i) {
|
for (var i = blackops.length-1; i >= 0 ; --i) {
|
||||||
console.log(i)
|
|
||||||
if (this.blackops[[blackops[i].name]] == null && i !== 0 && this.blackops[[blackops[i-1].name]] == null) {continue;} // If this one nor the next are completed then this isn't unlocked yet.
|
if (this.blackops[[blackops[i].name]] == null && i !== 0 && this.blackops[[blackops[i-1].name]] == null) {continue;} // If this one nor the next are completed then this isn't unlocked yet.
|
||||||
DomElems.blackops[blackops[i].name] = createElement("div", {
|
DomElems.blackops[blackops[i].name] = createElement("div", {
|
||||||
class:"bladeburner-action", name:blackops[i].name
|
class:"bladeburner-action", name:blackops[i].name
|
||||||
|
Loading…
Reference in New Issue
Block a user