From e468e307e3e7b1f903856dbb44f654209a2523c4 Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Sun, 1 Sep 2019 17:40:04 -0700
Subject: [PATCH] Update reCitizenHookup.tw

---
 src/uncategorized/reCitizenHookup.tw | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/uncategorized/reCitizenHookup.tw b/src/uncategorized/reCitizenHookup.tw
index e7cb170e454..cc2aca15422 100644
--- a/src/uncategorized/reCitizenHookup.tw
+++ b/src/uncategorized/reCitizenHookup.tw
@@ -91,11 +91,11 @@ But tonight, you've put in an appearance. Your citizens are drinking your <<if $
 	a good-looking young lady
 <<case "Repopulationist">>
 	<<if $arcologies[0].FSRepopulationFocusLaw == 1 && (random(1,10) > 3)>>
-        <<set _repopHookupPregnant = 1>>
-		a heavily pregnant young lady
+	    <<set _repopHookupPregnant = 1>>
+	    a heavily pregnant young lady
 	<<else>>
-        <<set _repopHookupPregnant = 0>>
-		a pretty, fertile young woman with wide, child-bearing hips
+	    <<set _repopHookupPregnant = 0>>
+	    a pretty, fertile young woman with wide, child-bearing hips
 	<</if>>
 <<case "Eugenics">>
 	a stunningly gorgeous woman
-- 
GitLab