diff --git a/src/uncategorized/neighborInteract.tw b/src/uncategorized/neighborInteract.tw index 180a47096060cc06d7e1e1699b070e0bd304c53c..425998b764d2ea32d197ee140fdb7d8c78b440aa 100644 --- a/src/uncategorized/neighborInteract.tw +++ b/src/uncategorized/neighborInteract.tw @@ -829,7 +829,12 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <<if $arcologies[_currentNeighbor].government !== "your agent">> $arcologies[_currentNeighbor].government who own $arcologies[_currentNeighbor].ownership%. <<else>> - your agent @@.deeppink;<<= SlaveFullName(_Agent)>>@@. + your agent, + <<= App.UI.SlaveList.render.listMarkup( + [_Agent.ID], + [], + App.UI.SlaveList.SlaveInteract.stdInteract + )>> <</if>> <</capture>> <</for>>