diff --git a/go.js b/go.js index 51c09983..30c7fb67 100644 --- a/go.js +++ b/go.js @@ -87,6 +87,12 @@ export async function main(ns) { const opponent = ["Netburners", "Slum Snakes", "The Black Hand", "Tetrads", "Daedalus", "Illuminati"]; const opponent2 = ["Netburners", "Slum Snakes", "The Black Hand", "Tetrads", "Daedalus", "Illuminati", "????????????"]; + let resetInfo = await getNsDataThroughFile(ns, 'ns.getResetInfo()'); + if (resetInfo.currentNode == 8) { + opponent.splice(index, 0); + opponent2.splice(index, 0); + } + await start(); /** @param {NS} ns */ @@ -1563,4 +1569,4 @@ export async function main(ns) { else return getRandomStrat() } } -} \ No newline at end of file +}