Skip to content
Snippets Groups Projects
Commit 3dbfac97 authored by Jones's avatar Jones
Browse files

Remove debugging line

parent 784c01ee
No related branches found
No related tags found
1 merge request!6535Remove debugging line
...@@ -116,7 +116,6 @@ _middleClassClubRatio = _middleClassSexDemand / _clubDemand>> ...@@ -116,7 +116,6 @@ _middleClassClubRatio = _middleClassSexDemand / _clubDemand>>
_clubSupply.middleClass = Math.trunc($slaveJobValues.club * $slaveJobValues.clubSP * _middleClassClubRatio)>> _clubSupply.middleClass = Math.trunc($slaveJobValues.club * $slaveJobValues.clubSP * _middleClassClubRatio)>>
/* Brothel or street whore sex supply */ /* Brothel or street whore sex supply */
boost: <<print $slaveJobValues.brothel.boost>>
<<if _lowerClassSexDemand < $slaveJobValues.brothel.lowerClass>> <<if _lowerClassSexDemand < $slaveJobValues.brothel.lowerClass>>
<<set $whorePriceAdjustment.lowerClass = Math.max(Math.pow(_lowerClassSexDemand / ($slaveJobValues.brothel.lowerClass + $NPCSexSupply.lowerClass), 1.513), 0.3), <<set $whorePriceAdjustment.lowerClass = Math.max(Math.pow(_lowerClassSexDemand / ($slaveJobValues.brothel.lowerClass + $NPCSexSupply.lowerClass), 1.513), 0.3),
_lowerClassSexDemand = 0>> /*This accounts for people having too much choice and getting more picky how they spend their money*/ _lowerClassSexDemand = 0>> /*This accounts for people having too much choice and getting more picky how they spend their money*/
......
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