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

Get rid of the Agent Retrieve redirect page and just strip her job directly from Neighbor Interact.

parent 85b07c32
No related branches found
No related tags found
No related merge requests found
:: Agent Retrieve [silently]
<<set _ID = App.activeArcology().leaderID>>
<<set _i = $slaveIndices[_ID]>>
<<if def _i>>
<<= removeJob($slaves[_i], "be your agent")>>
<</if>>
<<goto "Neighbor Interact">>
...@@ -289,7 +289,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> ...@@ -289,7 +289,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br>
[[Appoint an agent|Agent Select]] <<set $him = "them">> [[Appoint an agent|Agent Select]] <<set $him = "them">>
<<else>> <<else>>
<<setLocalPronouns _Agent>> <<setLocalPronouns _Agent>>
Your agent @@.deeppink;<<= SlaveFullName(_Agent)>>@@ is running this arcology. <<link "Recall and reenslave $him" "Agent Retrieve">><</link>> Your agent @@.deeppink;<<= SlaveFullName(_Agent)>>@@ is running this arcology. <<link "Recall and reenslave $him" "Neighbor Interact">><<run removeJob(_Agent, "be your agent")>><</link>>
<</if>> <</if>>
<span id="rename"> | <<link "Instruct $him to rename the arcology">><<replace #rename>> | <<textbox "$arcologies[$activeArcologyIdx].name" $arcologies[$activeArcologyIdx].name>> [[Confirm name|Neighbor Interact]]<</replace>><</link>></span> <span id="rename"> | <<link "Instruct $him to rename the arcology">><<replace #rename>> | <<textbox "$arcologies[$activeArcologyIdx].name" $arcologies[$activeArcologyIdx].name>> [[Confirm name|Neighbor Interact]]<</replace>><</link>></span>
<<if $arcologies[_currentNeighbor].government === "your agent">> <<if $arcologies[_currentNeighbor].government === "your agent">>
......
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