Skip to content
Snippets Groups Projects
Commit e44ef1dc authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'Blank_Alt-pregmod-master-patch-26486' into 'pregmod-master'

Update src/uncategorized/personalAttentionSelect.tw

See merge request pregmodfan/fc-pregmod!6287
parents 04fb2510 2a5a5cef
No related branches found
No related tags found
No related merge requests found
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
<<if $PC.skill.warfare > 25>> <<if $PC.skill.warfare > 25>>
<br>[[Survey your arcology's defenses in person|Main][$personalAttention = "defensive survey"]] <br>[[Survey your arcology's defenses in person|Main][$personalAttention = "defensive survey"]]
<</if>> <</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>> <<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>> <<else>>
contributing to a local development project @@.yellow;would be futile.@@ contributing to a local development project @@.yellow;would be futile.@@
<</if>> <</if>>
...@@ -362,4 +362,4 @@ ...@@ -362,4 +362,4 @@
<<= App.UI.SlaveList.slaveSelectionList( <<= App.UI.SlaveList.slaveSelectionList(
s => assignmentVisible(s) && s.fuckdoll === 0, s => assignmentVisible(s) && s.fuckdoll === 0,
s => App.UI.DOM.link(SlaveFullName(s), (id) => {App.UI.selectSlaveForPersonalAttention(id); }, s.ID) s => App.UI.DOM.link(SlaveFullName(s), (id) => {App.UI.selectSlaveForPersonalAttention(id); }, s.ID)
)>> )>>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment