Skip to content
Snippets Groups Projects
Commit e2e161f8 authored by svornost's avatar svornost
Browse files

Fix link text for final FS decoration stage

parent 4506be06
Branches
Tags
1 merge request!8503Fixes
...@@ -242,7 +242,7 @@ App.UI.FSChangeDecoration = function(FS, items = []) { ...@@ -242,7 +242,7 @@ App.UI.FSChangeDecoration = function(FS, items = []) {
costs = 10000; costs = 10000;
el.append( el.append(
App.UI.DOM.link( App.UI.DOM.link(
`Station slaves in your arcology's public spaces to promote this goal`, `Customize the exterior of the arcology to support this goal`,
() => { () => {
V.arcologies[0][FSDecoration] = 100; V.arcologies[0][FSDecoration] = 100;
cashX(forceNeg(costs), "capEx"); cashX(forceNeg(costs), "capEx");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment