diff --git a/src/uncategorized/personalAttentionSelect.tw b/src/uncategorized/personalAttentionSelect.tw index 4d41d4afee44c912667d8c8b4aab34b172a12074..05f1689433798fa60c2fb79f9e5bb0046b4300ac 100644 --- a/src/uncategorized/personalAttentionSelect.tw +++ b/src/uncategorized/personalAttentionSelect.tw @@ -13,9 +13,9 @@ <<if $PC.skill.warfare > 25>> <br>[[Survey your arcology's defenses in person|Main][$personalAttention = "defensive survey"]] <</if>> -<<if $PC.skill.engineering > 25>> +<<if $PC.skill.engineering > 25>> <br> <<if ($arcologies[0].prosperity + 1 * (1 + Math.ceil($PC.skill.engineering/100))) < $AProsperityCap>> - <br>[[Contribute to a local development project|Main][$personalAttention = "development project"]] + [[Contribute to a local development project|Main][$personalAttention = "development project"]] <<else>> contributing to a local development project @@.yellow;would be futile.@@ <</if>> @@ -362,4 +362,4 @@ <<= App.UI.SlaveList.slaveSelectionList( s => assignmentVisible(s) && s.fuckdoll === 0, s => App.UI.DOM.link(SlaveFullName(s), (id) => {App.UI.selectSlaveForPersonalAttention(id); }, s.ID) - )>> \ No newline at end of file + )>>