From a805d3f290799f29db3ae56e85380e769f97f174 Mon Sep 17 00:00:00 2001
From: Blank_Alt <12406-Blank_Alt@users.noreply.gitgud.io>
Date: Thu, 8 Oct 2020 04:49:14 -0700
Subject: [PATCH] bodyguardPitRequest-fix

---
 src/uncategorized/pePitFightInvite.tw | 2 +-
 src/uncategorized/repBudget.tw        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/uncategorized/pePitFightInvite.tw b/src/uncategorized/pePitFightInvite.tw
index 22acb6991de..a29aa34aa73 100644
--- a/src/uncategorized/pePitFightInvite.tw
+++ b/src/uncategorized/pePitFightInvite.tw
@@ -11,7 +11,7 @@
 <p>Gladiatorial combat between slaves has not yet reached the level of social acceptability it once enjoyed in Rome, but it's growing in popularity. For now, most fights are discreet affairs limited to select guests. Displaying a slave bodyguard is an excellent way to get yourself invited to participate, and $assistant.name has just passed on an invitation to a private fight next week, should you be willing to hazard a bodyguard.</p>
 
 <<if $pit>>
-	<p>Of course, <<= capFirstChar($pitName)>> in $arcologies[0].name sees regular fights<<if $pit.lethal>> to the death<</if>>, but there's something extra special about attending these outside fights<<if !$pit.lethal>>, especially with the very real risk of violent death<</if>>.</p>
+	<p>Of course, <<= capFirstChar($pit.name)>> in $arcologies[0].name sees regular fights<<if $pit.lethal>> to the death<</if>>, but there's something extra special about attending these outside fights<<if !$pit.lethal>>, especially with the very real risk of violent death<</if>>.</p>
 <</if>>
 
 <span id="result">
diff --git a/src/uncategorized/repBudget.tw b/src/uncategorized/repBudget.tw
index cda30a1c977..cf5ede3ede7 100644
--- a/src/uncategorized/repBudget.tw
+++ b/src/uncategorized/repBudget.tw
@@ -82,7 +82,7 @@
 		<br>
 	<</if>>
 
-	<<print budgetLine("pit", "<<if $pit>>[[capFirstChar($pitName)|Pit][$nextButton = \"Back to Budget\", $nextLink = \"Rep Budget\"]]<<else>><<= capFirstChar($pitName)>><</if>> ($pit.fighterIDs.length slaves)")>>
+	<<print budgetLine("pit", "<<if $pit>>[[capFirstChar($pit.name)|Pit][$nextButton = \"Back to Budget\", $nextLink = \"Rep Budget\"]] ($pit.fighterIDs.length slaves)<<else>>The Pit<</if>>")>>
 
 	<<print budgetLine("servantsQuarters", "<<if $servantsQuarters>>[[Servants' Quarters][$nextButton = \"Back to Budget\", $nextLink = \"Rep Budget\"]]<<else>>Servants' Quarters<</if>> (_L.servantsQuarters slaves)")>>
 
-- 
GitLab