diff --git a/src/budget/costsBudget.js b/src/budget/costsBudget.js index 3a44531d671c0555394ad8eb8110f7dac17ce7e6..c4fdac4a75d47f1128387a134e465fcc4040bb91 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"); } /**