diff --git a/src/endWeek/saRules_old.js b/src/endWeek/saRules_old.js index 43d0f3b6308d8838f8a0aa052217f6b37240ba86..3ccbb43b522319a4686acef0f808250c29029c35 100644 --- a/src/endWeek/saRules_old.js +++ b/src/endWeek/saRules_old.js @@ -314,7 +314,7 @@ } } else if (slave.fetishKnown && slave.fetishStrength > 60) { if (slave.fetish === "sadist") { - if (App.Entity.facilities.nursery.employeesIDs().sizeh > 2) { + if (App.Entity.facilities.nursery.employeesIDs().size > 2) { r += `Under the rules, ${he}'s allowed to sexually abuse other slaves, and ${he} <span class="hotpink">adores</span> you for providing a whole nursery of slaves for ${him} to rape. `; } else { r += `Under the rules, ${he}'s allowed to sexually abuse other slaves, and ${he} <span class="hotpink">eagerly awaits</span> the day ${V.Matron ? `more of your slaves join ${him} in ${V.nurseryName}` : `you assign more nurses to ${V.nurseryName} to help ${him} unwind`}. `;