diff --git a/src/js/economyJS.js b/src/js/economyJS.js index 751d4c617f5fbeffa3e3ddefc963efd752b183d9..5c236cae1a8eedb5e2eeafaf72fff7aabd88fe7c 100644 --- a/src/js/economyJS.js +++ b/src/js/economyJS.js @@ -1584,9 +1584,6 @@ window.slaveJobValues = function() { s.sexQuality = 2; } - s.sexQualityRaw = s.sexQuality; - s.sexAmountRaw = s.sexAmount; - // The whoreScore function finds the appropriate customer class and then calculates the whore income stats associated with that class and adds to the class supply. // whoreClass is the MAXIMUM player set class the whore is allowed to service, if the whore is not eligable it will service the highest it is capable of servicing properly. A whoreClass of 0 means it is on auto (always service the highest possible class). function whoreScore(s) {