From b8dcc7ead4faab8b3fa8a89da7bfd43d06c5a572 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sun, 22 Aug 2021 20:57:16 -0400
Subject: [PATCH] we lost links rip links

---
 src/budget/costsBudget.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/budget/costsBudget.js b/src/budget/costsBudget.js
index 3a44531d671..c4fdac4a75d 100644
--- a/src/budget/costsBudget.js
+++ b/src/budget/costsBudget.js
@@ -26,7 +26,7 @@ App.Budget.costs = function() {
 	 * @returns {HTMLParagraphElement}
 	 */
 	function intro() {
-		return App.UI.DOM.makeElement("p", `Here you can view many of the financial details of your arcology, ${properTitle()}. The detailed list of slaves and their costs (food, hormones) that you may remember can now be found at slave maintenance. Other links will allow you to directly control areas of your arcology to adjust spending to suit your tastes.`, "scene-intro");
+		return App.UI.DOM.makeElement("p", `Here you can view many of the financial details of your arcology, ${properTitle()}. Proper cash flow is critical to the success of your long term goals. Find expensive waste here and you can change the right policies or sell off slackers. Find your next profit center and invest in new equipment, accessories, or flesh to maximize your assets.`, "scene-intro");
 	}
 
 	/**
-- 
GitLab