Skip to content
Snippets Groups Projects
Commit 3bf6a7c4 authored by corncobman21's avatar corncobman21
Browse files

Cleanup and consistency

parent d17d10d6
No related branches found
No related tags found
1 merge request!1271Add text and slight rep bonuses/hits for advertising / preference matches.
...@@ -162,35 +162,35 @@ ...@@ -162,35 +162,35 @@
<</silently>> <</silently>>
<</if>> <</if>>
<<set $DJ = $slaves[_FLs]>> <<set $DJ = $slaves[_FLs]>>
<<if isSlim($slaves[_FLs]) == true>> <<if isSlim($slaves[_FLs])>>
<<set _slim += 1>> <<set _slim += 1>>
<</if>> <</if>>
<<if isStacked($slaves[_FLs]) == true>> <<if isStacked($slaves[_FLs])>>
<<set _stacked += 1>> <<set _stacked += 1>>
<</if>> <</if>>
<<if isYoung($slaves[_FLs]) == true>> <<if isYoung($slaves[_FLs])>>
<<set _young += 1>> <<set _young += 1>>
<<else>> <<else>>
<<set _old += 1>> <<set _old += 1>>
<</if>> <</if>>
<<if isModded($slaves[_FLs]) == true>> <<if isModded($slaves[_FLs])>>
<<set _modded += 1>> <<set _modded += 1>>
<<elseif isUnmodded($slaves[_FLs]) == true>> <<elseif isUnmodded($slaves[_FLs])>>
<<set _unmodded += 1>> <<set _unmodded += 1>>
<</if>> <</if>>
<<if isXY($slaves[_FLs]) == true>> <<if isXY($slaves[_FLs])>>
<<set _XY += 1>> <<set _XY += 1>>
<<else>> <<else>>
<<set _XX += 1>> <<set _XX += 1>>
<</if>> <</if>>
<<if isPure($slaves[_FLs]) == true>> <<if isPure($slaves[_FLs])>>
<<set _pure += 1>> <<set _pure += 1>>
<<else>> <<else>>
<<set _implanted += 1>> <<set _implanted += 1>>
<</if>> <</if>>
<<if isPreg($slaves[_FLs]) == true>> <<if isPreg($slaves[_FLs])>>
<<set _pregYes += 1>> <<set _pregYes += 1>>
<<elseif isNotPreg($slaves[_FLs]) == true>> <<elseif isNotPreg($slaves[_FLs])>>
<<set _pregNo += 1>> <<set _pregNo += 1>>
<</if>> <</if>>
<</if>> <</if>>
...@@ -375,8 +375,7 @@ ...@@ -375,8 +375,7 @@
<</if>> <</if>>
<br> <br>
<</if>> <</if>>
<<if ($clubAdsSpending > 0)>> <<if ($clubAdsSpending > 0)>>
<<if $clubAdsModded == 1>> <<if $clubAdsModded == 1>>
Its advertisements feature girls that are heavily pierced and tattooed. Its advertisements feature girls that are heavily pierced and tattooed.
...@@ -444,7 +443,7 @@ ...@@ -444,7 +443,7 @@
<</if>> <</if>>
<br> <br>
<</if>> <</if>>
<<if ($clubAdsSpending > 0)>> <<if ($clubAdsSpending > 0)>>
<<if $clubAdsImplanted == 1>> <<if $clubAdsImplanted == 1>>
Its advertisements feature girls that are augmented by implants or improved surgically. Its advertisements feature girls that are augmented by implants or improved surgically.
...@@ -512,7 +511,7 @@ ...@@ -512,7 +511,7 @@
<</if>> <</if>>
<br> <br>
<</if>> <</if>>
<<if ($seeDicks != 0)>> <<if ($seeDicks != 0)>>
<<if ($clubAdsSpending > 0)>> <<if ($clubAdsSpending > 0)>>
<<if ($clubAdsXX == 1)>> <<if ($clubAdsXX == 1)>>
...@@ -557,7 +556,7 @@ ...@@ -557,7 +556,7 @@
<<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' preferences 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.
...@@ -580,7 +579,7 @@ ...@@ -580,7 +579,7 @@
<br> <br>
<</if>> <</if>>
<</if>> <</if>>
<<if ($clubAdsSpending > 0)>> <<if ($clubAdsSpending > 0)>>
<<switch ($clubAdsOld == 0)>> <<switch ($clubAdsOld == 0)>>
<<case 1>> <<case 1>>
...@@ -655,7 +654,7 @@ ...@@ -655,7 +654,7 @@
<</if>> <</if>>
<br> <br>
<</if>> <</if>>
<<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.
...@@ -723,7 +722,7 @@ ...@@ -723,7 +722,7 @@
<</if>> <</if>>
<br> <br>
<</if>> <</if>>
<<if (_possibleBonuses > 0) && ($clubBonuses >= _possibleBonuses)>> <<if (_possibleBonuses > 0) && ($clubBonuses >= _possibleBonuses)>>
<<set $repGain += _DL*random(10,15)>> <<set $repGain += _DL*random(10,15)>>
There is a ''@@.green;perfect variety@@'' of slaves serving the public from $clubName. There is a ''@@.green;perfect variety@@'' of slaves serving the public from $clubName.
......
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