diff --git a/src/facilities/nursery/nursery.js b/src/facilities/nursery/nursery.js index 0f9d2bdba6971dae4f1b3e6196294b928aa4b04d..de573c13fe3b100ad66cff5ee287cdffd6ab0343 100644 --- a/src/facilities/nursery/nursery.js +++ b/src/facilities/nursery/nursery.js @@ -178,24 +178,24 @@ App.Facilities.Nursery.nursery = class Nursery extends App.Facilities.Facility { }, ], }, - // { - // property: "nurserySex", - // prereqs: [ - // () => !!V.extremeUnderage, - // ], - // options: [ - // { - // get text() { return `${capFirstChar(V.nurseryName)} staff are not allowed to molest the children.`; }, - // link: `Forbid`, - // value: 0, - // }, - // { - // get text() { return `${capFirstChar(V.nurseryName)} staff are allowed to molest the children.`; }, - // link: `Allow`, - // value: 1, - // }, - // ], - // }, + { + property: "nurserySex", + prereqs: [ + () => !!V.extremeUnderage, + ], + options: [ + { + get text() { return `${capFirstChar(V.nurseryName)} staff are not allowed to molest the children.`; }, + link: `Forbid`, + value: 0, + }, + { + get text() { return `${capFirstChar(V.nurseryName)} staff are allowed to molest the children.`; }, + link: `Allow`, + value: 1, + }, + ], + }, // TODO: really not happy with most of these – rework these // { // property: "nurseryWeightSetting",