Skip to content
Snippets Groups Projects
Commit 9fc5d53c authored by corncobman21's avatar corncobman21
Browse files

Fix line spacing

parent a5dde783
No related branches found
No related tags found
1 merge request!1271Add text and slight rep bonuses/hits for advertising / preference matches.
...@@ -486,7 +486,6 @@ ...@@ -486,7 +486,6 @@
<<set _girls = 0>> <<set _girls = 0>>
The slaves in the club vary in body modification.<br> The slaves in the club vary in body modification.<br>
<</if>> <</if>>
<br>
<<if _pref == 0>> /*customers don't care*/ <<if _pref == 0>> /*customers don't care*/
<<elseif ($clubAdsSpending > 0)>> <<elseif ($clubAdsSpending > 0)>>
<<if (_ads == _pref) && (_girls == _ads)>> <<if (_ads == _pref) && (_girls == _ads)>>
...@@ -582,7 +581,6 @@ ...@@ -582,7 +581,6 @@
<</if>> <</if>>
<</if>> <</if>>
<<if ($clubAdsSpending > 0)>> <<if ($clubAdsSpending > 0)>>
<<switch ($clubAdsOld == 0)>> <<switch ($clubAdsOld == 0)>>
<<case 1>> <<case 1>>
...@@ -623,15 +621,14 @@ ...@@ -623,15 +621,14 @@
<</if>> <</if>>
<<if (_old > (_DL/2))>> <<if (_old > (_DL/2))>>
<<set _girls = 1>> <<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))>> <<elseif (_young > (_DL/2))>>
<<set _girls = -1>> <<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>> <<else>>
<<set _girls = 0>> <<set _girls = 0>>
The slaves in the club vary in age. The slaves in the club vary in age.<br>
<</if>> <</if>>
<br>
<<if _pref == 0>> /*customers don't care*/ <<if _pref == 0>> /*customers don't care*/
<<elseif ($clubAdsSpending > 0)>> <<elseif ($clubAdsSpending > 0)>>
<<if (_ads == _pref) && (_girls == _ads)>> <<if (_ads == _pref) && (_girls == _ads)>>
...@@ -647,6 +644,7 @@ ...@@ -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. 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)>> <<set $rep -= random(_minBonus,_maxBonus)>>
<</if>> <</if>>
<br>
<<else>> <<else>>
<<if (_girls == _pref)>> <<if (_girls == _pref)>>
The girls in the club match most customers' age preferences. Your @@.green;reputation@@ increased slightly as a result. The girls in the club match most customers' age preferences. Your @@.green;reputation@@ increased slightly as a result.
...@@ -655,10 +653,9 @@ ...@@ -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. 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)>> <<set $rep -= random(_minBonus,_maxBonus)>>
<</if>> <</if>>
<br>
<</if>> <</if>>
<br>
<<if ($clubAdsSpending > 0)>> <<if ($clubAdsSpending > 0)>>
<<if $clubAdsPreg == 1>> <<if $clubAdsPreg == 1>>
Its advertisements feature girls that have firm, rounded bellies. Its advertisements feature girls that have firm, rounded bellies.
...@@ -692,15 +689,14 @@ ...@@ -692,15 +689,14 @@
<</if>> <</if>>
<<if (_pregNo > (_DL/2))>> <<if (_pregNo > (_DL/2))>>
<<set _girls = -1>> <<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))>> <<elseif (_pregYes > (_DL/2))>>
<<set _girls = 1>> <<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>> <<else>>
<<set _girls = 0>> <<set _girls = 0>>
The slaves in the club vary in belly size. The slaves in the club vary in belly size.<br>
<</if>> <</if>>
<br>
<<if ($clubAdsSpending > 0)>> <<if ($clubAdsSpending > 0)>>
<<if (_ads == _pref) && (_girls == _ads)>> <<if (_ads == _pref) && (_girls == _ads)>>
<<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.club.adsIncome += _adsIncome, _clubBonuses++>> <<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.club.adsIncome += _adsIncome, _clubBonuses++>>
...@@ -715,6 +711,7 @@ ...@@ -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. 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)>> <<set $rep -= random(_minBonus,_maxBonus)>>
<</if>> <</if>>
<br>
<<else>> <<else>>
<<if (_girls == _pref)>> <<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. 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 @@ ...@@ -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. 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)>> <<set $rep -= random(_minBonus,_maxBonus)>>
<</if>> <</if>>
<br>
<</if>> <</if>>
<<if (_possibleBonuses > 0) && ($clubBonuses >= _possibleBonuses)>> <<if (_possibleBonuses > 0) && ($clubBonuses >= _possibleBonuses)>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment