From bce82ef0dcf90db4c8bf334025f6f6304269d674 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Mon, 14 Jun 2021 13:27:47 -0400
Subject: [PATCH] svorn fixes

---
 src/facilities/ads.js | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/facilities/ads.js b/src/facilities/ads.js
index e0d072fd891..8e069d49c16 100644
--- a/src/facilities/ads.js
+++ b/src/facilities/ads.js
@@ -594,7 +594,7 @@ App.Ads.report = function(building, preview = false) {
 					if (pref === 1) {
 						t.push(`fecund`);
 					} else if (pref === -1) {
-						t.push(`	flat-bellied`);
+						t.push(`flat-bellied`);
 					}
 					t.push(`girls.`);
 					t.push(reputation(1));
@@ -1003,11 +1003,10 @@ App.Ads.report = function(building, preview = false) {
 				if (girls === pref) {
 					t.push(`The girls in the ${building} match most customers preferences for girls`);
 					if (girls === 1) {
-						t.push(`with female genitalia`);
+						t.push(`with female genitalia.`);
 					} else if (girls === -1) {
-						t.push(`with male genitalia`);
+						t.push(`with male genitalia.`);
 					}
-					t.push(`.`);
 					t.push(reputation(1));
 				} else {
 					t.push(`Some customers were put off since the girls`);
-- 
GitLab