diff --git a/src/facilities/pit/pit.js b/src/facilities/pit/pit.js
index 1c223828f429244a4a2c7109c28663516a57c740..11beaf429ab4d3c55a4f72444e63adb134ba961a 100644
--- a/src/facilities/pit/pit.js
+++ b/src/facilities/pit/pit.js
@@ -165,13 +165,16 @@ App.Facilities.Pit.pit = function() {
 							V.pit.animal = null;
 
 							App.UI.DOM.replace(mainDiv, fighters);
-						}),
+						}));
+
+					if (S.Bodyguard) {
 						App.UI.DOM.link("Have them fight your bodyguard", () => {
 							V.pit.bodyguardFights = true;
 							V.pit.animal = null;
 
 							App.UI.DOM.replace(mainDiv, fighters);
-						}));
+						});
+					}
 				} else {
 					mainDiv.append(`Two fighters will be selected from the pool at random.`);