From 9fc5d53cb093adb38868f39bbe87a3d05d7b3a2b Mon Sep 17 00:00:00 2001 From: corncobman21 <corncobman21@hotmail.com> Date: Fri, 5 Jan 2018 01:53:29 -0500 Subject: [PATCH] Fix line spacing --- src/uncategorized/clubReport.tw | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/uncategorized/clubReport.tw b/src/uncategorized/clubReport.tw index d36f31cb6d4..7051a35d78c 100644 --- a/src/uncategorized/clubReport.tw +++ b/src/uncategorized/clubReport.tw @@ -486,7 +486,6 @@ <<set _girls = 0>> The slaves in the club vary in body modification.<br> <</if>> - <br> <<if _pref == 0>> /*customers don't care*/ <<elseif ($clubAdsSpending > 0)>> <<if (_ads == _pref) && (_girls == _ads)>> @@ -582,7 +581,6 @@ <</if>> <</if>> - <<if ($clubAdsSpending > 0)>> <<switch ($clubAdsOld == 0)>> <<case 1>> @@ -623,15 +621,14 @@ <</if>> <<if (_old > (_DL/2))>> <<set _girls = 1>> - Most of the the slaves in the club are mature. + Most of the the slaves in the club are mature.<br> <<elseif (_young > (_DL/2))>> <<set _girls = -1>> - Most of the the slaves in the club are young. + Most of the the slaves in the club are young.<br> <<else>> <<set _girls = 0>> - The slaves in the club vary in age. + The slaves in the club vary in age.<br> <</if>> - <br> <<if _pref == 0>> /*customers don't care*/ <<elseif ($clubAdsSpending > 0)>> <<if (_ads == _pref) && (_girls == _ads)>> @@ -647,6 +644,7 @@ Some customers were put off since the ages of girls there did not match their preferences. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> + <br> <<else>> <<if (_girls == _pref)>> The girls in the club match most customers' age preferences. Your @@.green;reputation@@ increased slightly as a result. @@ -655,10 +653,9 @@ Some customers were put off since the ages of girls there did not match their preferences. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> + <br> <</if>> - <br> - <<if ($clubAdsSpending > 0)>> <<if $clubAdsPreg == 1>> Its advertisements feature girls that have firm, rounded bellies. @@ -692,15 +689,14 @@ <</if>> <<if (_pregNo > (_DL/2))>> <<set _girls = -1>> - Most of the the slaves in the club have flat bellies. + Most of the the slaves in the club have flat bellies.<br> <<elseif (_pregYes > (_DL/2))>> <<set _girls = 1>> - Most of the the slaves in the club have big bellies. + Most of the the slaves in the club have big bellies.<br> <<else>> <<set _girls = 0>> - The slaves in the club vary in belly size. + The slaves in the club vary in belly size.<br> <</if>> - <br> <<if ($clubAdsSpending > 0)>> <<if (_ads == _pref) && (_girls == _ads)>> <<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.club.adsIncome += _adsIncome, _clubBonuses++>> @@ -715,6 +711,7 @@ Some customers were put off since the <<if _girls == 1>>big-bellied <<elseif _girls == -1>>flat-bellied <</if>>girls in the club did not match their preferences for <<if _pref == 1>>big-bellied <<elseif _pref == -1>>flat-bellied <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> + <br> <<else>> <<if (_girls == _pref)>> The <<if _girls == 1>>big-bellied <<elseif _girls == -1>>flat-bellied <</if>>girls in the club match most customers' preferences for <<if _pref == 1>>big-bellied <<elseif _pref == -1>>flat-bellied <</if>>girls. Your @@.green;reputation@@ increased slightly as a result. @@ -723,6 +720,7 @@ Some customers were put off since the <<if _girls == 1>>big-bellied <<elseif _girls == -1>>flat-bellied <</if>>girls in the club did not match their preferences for <<if _pref == 1>>big-bellied <<elseif _pref == -1>>flat-bellied <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> + <br> <</if>> <<if (_possibleBonuses > 0) && ($clubBonuses >= _possibleBonuses)>> -- GitLab