From 1df9f486bf8a25a5a720fe0568260d3d87b4b2b8 Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Thu, 5 Dec 2019 21:00:46 +0100 Subject: [PATCH] sanity: remove old code --- src/js/economyJS.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/js/economyJS.js b/src/js/economyJS.js index 751d4c617f5..5c236cae1a8 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) { -- GitLab