From 11487b5a37c70f038af7676259ef9dd7201bca95 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Sun, 22 Aug 2021 21:00:47 -0400 Subject: [PATCH] that's the A word I wanted --- 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 c4fdac4a75d..da8afccf49f 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()}. 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"); + 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, advertising, or flesh to maximize your assets.`, "scene-intro"); } /** -- GitLab