From 2df5aeee5305d48a27f138cab82c4c25b8a0b8b5 Mon Sep 17 00:00:00 2001
From: Jones <Jones>
Date: Mon, 12 Nov 2018 23:57:46 +0100
Subject: [PATCH] Limiting whore clients to 30/day, price increases to
 compensate.

---
 src/uncategorized/saWhore.tw | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/uncategorized/saWhore.tw b/src/uncategorized/saWhore.tw
index 60d94b19e1a..a5c0ac54cdb 100644
--- a/src/uncategorized/saWhore.tw
+++ b/src/uncategorized/saWhore.tw
@@ -210,9 +210,15 @@ $his body.
 	<</if>>
 	<</if>>
 <</if>>
-<<set $beauty = Math.trunc($beauty*$beautyMultiplier)>>
+<<set $beauty = Math.trunc($beauty*$beautyMultiplier),
+_beautyCorrection = 0>>
+<<if $beauty > 210>>
+	<<set _beautyCorrection = $beauty / 210,
+	$beauty = 210,
+	$FResult = Math.trunc(_beautyCorrection * $FResult)>>
+<</if>>
 
-$His appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a day)<<if $beauty > 160>>, so many that <<if canDoVaginal($slaves[$i]) && canDoAnal($slaves[$i])>>each of $his holes was<<elseif canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>>each of $his available holes was<<else>>$his mouth and anywhere else a cock could fit was<</if>> often filled by more than one cock<<elseif $beauty > 140>>, so many that $he spent much of $his time getting gangbanged<<elseif $beauty > 120>>, so many that customers often <<if canDoAnal($slaves[$i]) || canDoVaginal($slaves[$i])>>spitroasted<<else>>double-teamed<</if>> the slut<<elseif $beauty > 100>>, so many that $he frequently had sex with multiple customers at once<<elseif $beauty > 70>>, so many that $he occasionally had sex with multiple customers at once<</if>>. They paid <<print cashFormat($FResult)>> on average.
+$His appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a day)<<if $beauty > 160>>, so many that <<if canDoVaginal($slaves[$i]) && canDoAnal($slaves[$i])>>each of $his holes was<<elseif canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>>each of $his available holes was<<else>>$his mouth and anywhere else a cock could fit was<</if>> often filled by more than one cock<<elseif $beauty > 140>>, so many that $he spent much of $his time getting gangbanged<<elseif $beauty > 120>>, so many that customers often <<if canDoAnal($slaves[$i]) || canDoVaginal($slaves[$i])>>spitroasted<<else>>double-teamed<</if>> the slut<<elseif $beauty > 100>>, so many that $he frequently had sex with multiple customers at once<<elseif $beauty > 70>>, so many that $he occasionally had sex with multiple customers at once<</if>>. They paid <<print cashFormat($FResult)>> on average<<if _beautyCorrection > 1>>, including a premium for being in extremely high demand<</if>>. 
 <<set _incomeStats.customers = $beauty>>
 
 <<if $seeAge == 1>>
-- 
GitLab