Skip to content
Snippets Groups Projects
Commit 92ba723c authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-master' into 'pregmod-master'

Discard text results of saGetMilked for master suite report.

See merge request pregmodfan/fc-pregmod!7976
parents 138248d1 9329722e
No related branches found
No related tags found
No related merge requests found
...@@ -339,11 +339,8 @@ App.EndWeek.masterSuiteReport = function() { ...@@ -339,11 +339,8 @@ App.EndWeek.masterSuiteReport = function() {
$(msContent).append(`${He} ${App.SlaveAssignment.pleaseYou(slave)}`); $(msContent).append(`${He} ${App.SlaveAssignment.pleaseYou(slave)}`);
if (V.servantMilkers === 1 && slave.lactation > 0 && slave.fuckdoll === 0 && slave.fetish !== "mindbroken" && canMove(slave) && slave.intelligence+slave.intelligenceImplant >= -90) { if (V.servantMilkers === 1 && slave.lactation > 0 && slave.fuckdoll === 0 && slave.fetish !== "mindbroken" && canMove(slave) && slave.intelligence+slave.intelligenceImplant >= -90) {
const milkIntro = `When ${his} breasts begin to feel full and you aren't around, ${he} avails ${himself} to the penthouse milkers and `;
const milkContent = App.UI.DOM.appendNewElement("div", smallFrag, milkIntro, "indent");
const milkingResults = App.SlaveAssignment.getMilked(slave, 0.25); const milkingResults = App.SlaveAssignment.getMilked(slave, 0.25);
$(milkContent).append(milkingResults.text); App.UI.DOM.appendNewElement("div", smallFrag, `When ${his} breasts begin to feel full and you aren't around, ${he} avails ${himself} to the penthouse milkers and gives ${milkingResults.milk} liters of milk over the week, which is sold for <span class="cash inc">${cashFormat(milkingResults.milkSale)}.</span>`, "indent");
$(milkContent).append(`gives ${milkingResults.milk} liters of milk over the week, which is sold for <span class="cash inc">${cashFormat(milkingResults.milkSale)}.</span>`);
} }
const commonContent = App.UI.DOM.appendNewElement("div", smallFrag, '', "indent"); const commonContent = App.UI.DOM.appendNewElement("div", smallFrag, '', "indent");
commonContent.append(App.SlaveAssignment.standardSlaveReport(slave, false)); commonContent.append(App.SlaveAssignment.standardSlaveReport(slave, false));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment