From b04125792e40ac0037cb41e58b5fa74c5479e9bd Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Tue, 21 Jan 2020 17:41:24 -0500 Subject: [PATCH] fix wayward $him --- src/uncategorized/neighborInteract.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/neighborInteract.tw b/src/uncategorized/neighborInteract.tw index 666c46be9ad..37a6a56122f 100644 --- a/src/uncategorized/neighborInteract.tw +++ b/src/uncategorized/neighborInteract.tw @@ -289,7 +289,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> [[Appoint an agent|Agent Select]] <<set $him = "them">> <<else>> <<setLocalPronouns _Agent>> - Your agent @@.deeppink;<<= SlaveFullName(_Agent)>>@@ is running this arcology. [[Recall and reenslave $him|Agent Retrieve]] + Your agent @@.deeppink;<<= SlaveFullName(_Agent)>>@@ is running this arcology. <<link "Recall and reenslave $him" "Agent Retrieve">><</link>> <</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> <<if $arcologies[_currentNeighbor].government === "your agent">> -- GitLab