diff --git a/src/budget/repBudget.js b/src/budget/repBudget.js index 1e1c0a01f2cbbf9e94f5b52e8ceea86668fbe33d..3ccb3aa74b8bdea772653f5a3de06112c477c0f3 100644 --- a/src/budget/repBudget.js +++ b/src/budget/repBudget.js @@ -27,7 +27,7 @@ App.Budget.rep = function() { p.classList.add("scene-intro"); p.append(`Reputation is a difficult thing to quantify, ${properTitle()}. Here you see an overview of topics that interest people in the arcology, and in turn, reflect on your own reputation. Much like a finance report, you can see here how your choices last week moved you closer to or further from your goals, and head any issues off before they get worse.`); if (V.assistant.power >= 3) { - p.append(" Thanks to my powerful power computer system I can track reputation changes to an unprecedented degree."); + p.append(" Thanks to the arcology's powerful power computer core it is possible to track reputation changes to an unprecedented degree."); } return p; }