diff --git a/src/endWeek/player/prDrugs.js b/src/endWeek/player/prDrugs.js index cfce0e80df70ba61aa3cb4b779b8bc2c9abb2aac..06f5583ebe22b3542df77d41287fe84cda5ab64b 100644 --- a/src/endWeek/player/prDrugs.js +++ b/src/endWeek/player/prDrugs.js @@ -1209,7 +1209,7 @@ App.EndWeek.Player.drugs = function(PC = V.PC) { PC.faceShape = "masculine"; } else if ( PC.balls > 2 && PC.scrotum !== 0 && random(1, 100) > 95) { r.push(`All the testosterone in your gear <span class="change negative">causes your balls to atrophy,</span> as they no longer need to produce it themselves.`); - PC.balls++; + PC.balls--; } else if (random(1, 100) > 110 - (PC.anus * 10) && PC.geneMods.rapidCellGrowth !== 1) { r.push(`The steroids you're on have an effect on your stretched anal muscles, <span class="change positive">tightening your butthole up.</span>`); PC.anus--;