diff --git a/src/uncategorized/storyCaption.tw b/src/uncategorized/storyCaption.tw
index 673970c0a2e414260eb5521e827c38862e8e70b7..bd8e53d38bf4c517f220938e993547973a80dbf1 100644
--- a/src/uncategorized/storyCaption.tw
+++ b/src/uncategorized/storyCaption.tw
@@ -605,6 +605,21 @@
 	<br>[[Summary Options]]
 	<br>[[Description Options]]
 	<br>
+<<elseif _Pass == "propagandaHub" || _Pass == "securityHQ" ||  _Pass == "secBarracks" || _Pass == "riotControlCenter">>
+	<br>
+	<<if $propHub == 1>>
+	<br><span id="propHub"><<link "Manage PR">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "propagandaHub">><</link>></span> @@.cyan;[Shift+H]@@
+	<</if>>
+	<<if $secHQ == 1>>
+	<br><span id="securityHQ"><<link "Manage Security">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "securityHQ">><</link>></span> @@.cyan;[Shift+S]@@
+	<</if>>
+	<<if $secBarracks == 1>>
+	<br><span id="secBarracks"><<link "Manage Military">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "secBarracks">><</link>></span> @@.cyan;[Shift+A]@@
+	<</if>>
+	<<if $riotCenter == 1>>
+	<br><span id="riotCenter"><<link "Manage Rebels">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "riotControlCenter">><</link>></span> @@.cyan;[Shift+R]@@
+	<</if>>
+	<br>
 <<else>>
 	<br><br><br><br><br><br><br><br>
 <</if>>