From d17d10d61fe172afafa38912967fa6e40f9a3e2c Mon Sep 17 00:00:00 2001
From: corncobman21 <corncobman21@hotmail.com>
Date: Fri, 5 Jan 2018 10:10:33 -0500
Subject: [PATCH] Consistency

---
 src/uncategorized/clubReport.tw | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/uncategorized/clubReport.tw b/src/uncategorized/clubReport.tw
index dd259996a6d..f737b967764 100644
--- a/src/uncategorized/clubReport.tw
+++ b/src/uncategorized/clubReport.tw
@@ -697,7 +697,8 @@
 		<<set _girls = 0>>
 		The slaves in the club vary in belly size.<br>
 	<</if>>
-	<<if ($clubAdsSpending > 0)>>
+	<<if (_pref != 0)>> /*customers don't care*/
+	<<elseif ($clubAdsSpending > 0)>>
 		<<if (_ads == _pref) && (_girls == _ads)>>
 			<<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.club.adsIncome += _adsIncome, _clubBonuses++>>
 			Its advertising for <<if _ads == 1>>big-bellied <<elseif _ads == -1>>flat-bellied <</if>>girls matched most customers' preferences and the girls in the club matched its advertisements. Your @@.green;reputation@@ increased slightly as a result.
-- 
GitLab