diff --git a/src/Location.js b/src/Location.js
index 56a39114e..745839299 100644
--- a/src/Location.js
+++ b/src/Location.js
@@ -2002,11 +2002,13 @@ function purchaseTorRouter() {
AddToAllServers(darkweb);
SpecialServerIps.addIp("Darkweb Server", darkweb.ip);
- document.getElementById("location-purchase-tor").setAttribute("class", "a-link-button-inactive");
+ const purchaseTor = document.getElementById("location-purchase-tor");
+ purchaseTor.setAttribute("class", "a-link-button-bought");
+ purchaseTor.innerHTML = "TOR Router - purchased";
Player.getHomeComputer().serversOnNetwork.push(darkweb.ip);
darkweb.serversOnNetwork.push(Player.getHomeComputer().ip);
- dialogBoxCreate("You have purchased a Tor router!
You now have access to the dark web from your home computer
Use the scan/netstat commands to search for the dark web connection.");
+ dialogBoxCreate("You have purchased a Tor router!
You now have access to the dark web from your home computer
Use the scan/scan-analyze commands to search for the dark web connection.");
}
function displayUniversityLocationContent(costMult) {