diff --git a/src/endWeek/economics/persBusiness.js b/src/endWeek/economics/persBusiness.js index cd5db5f0c9165568998bdf0799efec59df576305..ad5172e4019b29373974f4cb7acf603d688a62cd 100644 --- a/src/endWeek/economics/persBusiness.js +++ b/src/endWeek/economics/persBusiness.js @@ -548,7 +548,7 @@ App.EndWeek.personalBusiness = function() { } */ - if (!onBedRest(V.PC, true) && V.PC.dick < -4000) { // Impossible condition to prevent scope creep. Need to finish this later, not right now. + if (V.PC.actualAge > 3) { // Always true for now. Need to finish this later, using the following as the condition. (!onBedRest(V.PC, true)) let oldSkill; switch (V.personalAttention.task) { case PersonalAttention.TRADE: