diff --git a/src/endWeek/saDrugs.js b/src/endWeek/saDrugs.js index 6c31c854a2dbf357ecd50ecfd3b542adc8309a35..686986bebd88949745bac2e82d2f982feb6449d5 100644 --- a/src/endWeek/saDrugs.js +++ b/src/endWeek/saDrugs.js @@ -1042,11 +1042,14 @@ App.SlaveAssignment.drugs = function saDrugs(slave) { slave.balls += 1; } } - if (slave.dick === 6) { + if (slave.dick === maxErectionSize(slave)) { if (slave.balls > 0) { r += ` <span class="yellow">${His} dick is at the limit of what ${his} cardiovascular system could conceivably bring erect.</span> Further penis enhancement may limit ${his} ability to get hard.`; } } + if (slave.dick === 7) { + r += ` <span class="yellow">${His} cock's length and girth are already a considerable challenge for most orifices to accommodate.</span> Continued growth will leave ${him} unable to safely penetrate ${his} partners.`; + } } else { if (jsRandom(1, 100) > growth - (slave.clit * 10)) { r += ` <span class="lime">${His} clit grows painfully,</span> becoming both longer and girthier.`; @@ -1074,6 +1077,14 @@ App.SlaveAssignment.drugs = function saDrugs(slave) { r += `The treatment fails to overcome ${his} <span class="orange">NCS</span> and ${his} cock fails to grow. `; } } + if (slave.dick === maxErectionSize(slave)) { + if (slave.balls > 0) { + r += ` <span class="yellow">${His} dick is at the limit of what ${his} cardiovascular system could conceivably bring erect.</span> Further penis enhancement may limit ${his} ability to get hard.`; + } + } + if (slave.dick === 7) { + r += ` <span class="yellow">${His} cock's length and girth are already a considerable challenge for most orifices to accommodate.</span> Continued growth will leave ${him} unable to safely penetrate ${his} partners.`; + } } else { r += ` ${He} receives <span class="lime">direct injections of hyper growth hormones, right into ${his} clit.</span>`; slave.chem += 2;