diff --git a/src/pregmod/SecForceEX/securityForceTradeShow.tw b/src/pregmod/SecForceEX/securityForceTradeShow.tw index 9be6bdbe6e86873df70ffbd9762d049d12be26b9..1c33bfa69566d0af2eda4b5c71caaba5adb71f61 100644 --- a/src/pregmod/SecForceEX/securityForceTradeShow.tw +++ b/src/pregmod/SecForceEX/securityForceTradeShow.tw @@ -72,7 +72,7 @@ The (bi-yearly) security trade show has finally come around and even though you' <<set _TradingPower = 16>> <</if>> - <<set _SuccesfulPersuationAttempt == 0>> + <<set _SuccesfulPersuationAttempt = 0>> <<if ($SFNO || $SFO) < 10 && random(0,100)+_TradingPower > 90>> <<set _SuccesfulPersuationAttempt = 1>> <<set _PersuationBonus = 1.05>> diff --git a/src/uncategorized/brothel.tw b/src/uncategorized/brothel.tw index 1bff5cff187439c3d84309b422b1680682ff2c5b..f0a0461c771238778926b554909fbd7c5963de0e 100644 --- a/src/uncategorized/brothel.tw +++ b/src/uncategorized/brothel.tw @@ -146,7 +146,7 @@ $brothelNameCaps <</if>> <<set _Tmult0 = Math.trunc($brothel*1000*$upgradeMultiplierArcology)>> -<br>It can support $brothel whores. +<br>It can support $brothel whores. Currently $brothelSlaves whore at $brothelNameCaps. [[Expand the brothel|Brothel][$cash -= _Tmult0, $brothel += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs// <br> diff --git a/src/uncategorized/buySlaves.tw b/src/uncategorized/buySlaves.tw index 8b5ca2923dda6da30cd0eb72280a3f4ac26f439e..7a53e29873d58f77d33ab8fe3a2ec0d07109effe 100644 --- a/src/uncategorized/buySlaves.tw +++ b/src/uncategorized/buySlaves.tw @@ -262,7 +262,7 @@ The parts of your arcology you own can house a total of $PopCap menial slaves. <br> <<if $helots > 1>> - You own <<print commaNum($helots)>> menial slaves. + You own <<print commaNum(Math.trunc($helots))>> menial slaves. <<elseif $helots > 0>> You own one menial slave. <<else>> @@ -325,7 +325,7 @@ The market price of menials is <<print cashFormat(_menialPrice)>>. <</if>> <<if $fuckdolls > 1>> - <br>You own $fuckdolls standard Fuckdolls. + <br>You own <<print commaNum(Math.trunc($fuckdolls))>> standard Fuckdolls. <<elseif $fuckdolls > 0>> <br>You own one standard Fuckdoll. <<elseif $arcologies[0].FSPaternalist == "unset">> @@ -363,7 +363,7 @@ The market price of standard fuckdolls is <<print cashFormat(_menialPrice*2)>>. <</if>> <<if $menialBioreactors > 1>> - <br>You own $menialBioreactors standard bioreactors. + <br>You own <<print commaNum(Math.trunc($menialBioreactors))>> standard bioreactors. <<elseif $menialBioreactors > 0>> <br>You own one standard bioreactor. <<elseif $arcologies[0].FSPaternalist == "unset">> diff --git a/src/uncategorized/club.tw b/src/uncategorized/club.tw index 1a53c52b633a994021b8a9c3c7b1a3c02b3d06d8..1ac18e530e3ba2545f79f383a24924233271750a 100644 --- a/src/uncategorized/club.tw +++ b/src/uncategorized/club.tw @@ -201,7 +201,7 @@ $clubNameCaps <</if>> <<set _Tmult0 = Math.trunc($club*1000*$upgradeMultiplierArcology)>> -<br>There are rooms off $clubName to support slaves as they work as club sluts. They can support $club slaves. +<br>There are rooms off $clubName to support slaves as they work as club sluts. They can support $club slaves. Currently $clubSlaves are serving in $clubName. [[Expand the club|Club][$cash -= _Tmult0, $club += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs// <br> diff --git a/src/uncategorized/saServeYourOtherSlaves.tw b/src/uncategorized/saServeYourOtherSlaves.tw index a3c32df0287dac6cdbaba9af4025a290c0f7d314..9150f5833a70dd1262d1dd4d03f3f1f16a530df3 100644 --- a/src/uncategorized/saServeYourOtherSlaves.tw +++ b/src/uncategorized/saServeYourOtherSlaves.tw @@ -34,6 +34,9 @@ <<set $slaves[$i].devotion += 1>> <</if>> <</if>> + <<set _fuckCount = (($dormitoryPopulation+$roomsPopulation)+random((($dormitoryPopulation+$roomsPopulation)*1),($dormitoryPopulation+$roomsPopulation)*7))>> + <<SimpleSlaveFucking $slaves[$i] _fuckCount>> + <<set $slaves[$i].need -= 2*_fuckCount>> <<else>> obediently serves your other slaves' sexual needs. Being used as a sexual outlet for everyone @@.hotpink;keeps her in a good frame of mind.@@ <<set $slaves[$i].trust += 2>>