Skip to content
Snippets Groups Projects
Commit 58b82d6c authored by corncobman21's avatar corncobman21
Browse files

Fix errors

parent 9fc5d53c
No related branches found
No related tags found
1 merge request!1271Add text and slight rep bonuses/hits for advertising / preference matches.
...@@ -557,10 +557,10 @@ ...@@ -557,10 +557,10 @@
<<elseif ($clubAdsSpending > 0) >> <<elseif ($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++>>
Its advertising for girls <<if _ads == 1>>with pussies <<elseif _ads == -1>>with dicks <</if> matches most customers' age preferences and the girls in the club match as advertised. Your @@.green;reputation@@ increased slightly as a result. Its advertising for girls <<if _ads == 1>>with pussies <<elseif _ads == -1>>with dicks <</if>> matches most customers' age preferences and the girls in the club match as advertised. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>> <<set $rep += random(_minBonus,_maxBonus)>>
<<elseif (_ads == _pref) && (_girls != _ads)>> <<elseif (_ads == _pref) && (_girls != _ads)>>
Its advertising for girls <<if _ads == 1>>with pussies <<elseif _ads == -1>>with dicks <</if> matched most customers preferences, but the girls in the club are not as advertised. Your @@.red;reputation@@ dropped slightly as a result. Its advertising for girls <<if _ads == 1>>with pussies <<elseif _ads == -1>>with dicks <</if>> matched most customers preferences, but the girls in the club are not as advertised. Your @@.red;reputation@@ dropped slightly as a result.
<<set $rep -= random(_minBonus,_maxBonus)>> <<set $rep -= random(_minBonus,_maxBonus)>>
<<elseif (_girls == _pref) && (_girls != _ads)>> <<elseif (_girls == _pref) && (_girls != _ads)>>
The girls <<if _girls == 1>> with pussies<<elseif _girls == -1>> with dicks<</if>>in the club did not match the advertisements, but since the girls in the club matched most customers preferences for girls<<if _pref == 1>> with pussies<<elseif _pref == -1>> with dicks<</if>>, your reputation was not affected. The girls <<if _girls == 1>> with pussies<<elseif _girls == -1>> with dicks<</if>>in the club did not match the advertisements, but since the girls in the club matched most customers preferences for girls<<if _pref == 1>> with pussies<<elseif _pref == -1>> with dicks<</if>>, your reputation was not affected.
...@@ -571,7 +571,7 @@ ...@@ -571,7 +571,7 @@
<br> <br>
<<else>> <<else>>
<<if (_girls == _pref)>> <<if (_girls == _pref)>>
The girls in the club match most customers preferences for girls <<if _girls == 1>>with female genitalia <<elseif _girls == -1>>with male genitalia <</if>. Your @@.green;reputation@@ increased slightly as a result. The girls in the club match most customers preferences for girls <<if _girls == 1>>with female genitalia <<elseif _girls == -1>>with male genitalia <</if>>. Your @@.green;reputation@@ increased slightly as a result.
<<set $rep += random(_minBonus,_maxBonus)>> <<set $rep += random(_minBonus,_maxBonus)>>
<<else>> <<else>>
Some customers were put off since the girls <<if _girls == 1>>with female genitalia <<elseif _girls == -1>>with male genitalia <</if>> did not match their preferences for girls<<if _pref == 1>> with pussies<<elseif _pref == -1>> with dicks<</if>>. Your @@.red;reputation@@ dropped slightly as a result. Some customers were put off since the girls <<if _girls == 1>>with female genitalia <<elseif _girls == -1>>with male genitalia <</if>> did not match their preferences for girls<<if _pref == 1>> with pussies<<elseif _pref == -1>> with dicks<</if>>. Your @@.red;reputation@@ dropped slightly as a result.
......
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