From a8223596b00510db84c1c29a35978ef71c40728e Mon Sep 17 00:00:00 2001
From: ezsh <ezsh.junk@gmail.com>
Date: Tue, 14 May 2019 18:13:05 +0200
Subject: [PATCH] Fix passage name for BG selectyion.

Closes #734
---
 src/uncategorized/bgSelect.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/bgSelect.tw b/src/uncategorized/bgSelect.tw
index f892a872146..118ae1a2bb5 100644
--- a/src/uncategorized/bgSelect.tw
+++ b/src/uncategorized/bgSelect.tw
@@ -12,4 +12,4 @@
 <br><br>''Appoint a bodyguard from your devoted slaves:''
 <br><br>[[None|Bodyguard Workaround][$i = -1]]
 <br><br>
-<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.armory, "BG Workaround")>>
+<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.armory, "Bodyguard Workaround")>>
-- 
GitLab