diff --git a/src/endWeek/saServeYourOtherSlaves.js b/src/endWeek/saServeYourOtherSlaves.js index b5e2ecd2b1aac20f93c93bdb8583d612e30c3248..fc24c16e7cb24a87c13c4415c2c77aeb367e6dcf 100644 --- a/src/endWeek/saServeYourOtherSlaves.js +++ b/src/endWeek/saServeYourOtherSlaves.js @@ -19,8 +19,10 @@ App.SlaveAssignment.serveYourOtherSlaves = (function() { let fuckCount; let cervixPump; + /** @type {App.Entity.SlaveState} */ let domSlave; let domName; + /** @type {FC.Race} */ let domRace; let domFetishKnown; @@ -29,6 +31,7 @@ App.SlaveAssignment.serveYourOtherSlaves = (function() { let subHatesDom; let subName; + /** @type {FC.Race} */ let subRace; let hands; @@ -939,7 +942,7 @@ App.SlaveAssignment.serveYourOtherSlaves = (function() { r.push(`dick`); } r.push(`is licked clean of any slave food clinging to it.`); - if (domSlave.skills.oral - ((slave.dick * 15) - 20) >= 0) { + if (domSlave.skill.oral - ((slave.dick * 15) - 20) >= 0) { r.push(`${subName} practically throws ${his} cup when ${domName} sucks the entire length of ${his} dick into ${his2} mouth and down ${his2} throat, and`); } else { r.push(`${subName} shudders as ${domName} wraps ${his2} lips around ${his} cockhead and`);