diff --git a/src/facilities/ads.js b/src/facilities/ads.js index e0d072fd891fdef123abfd1d2318d638ca946215..8e069d49c165168b61008539f78d1a4d1bc91afa 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`);