Skip to content
Snippets Groups Projects
Commit 34fcb40f authored by lowercasedonkey's avatar lowercasedonkey
Browse files

job

parent e8af646b
No related branches found
No related tags found
1 merge request!9570Busy suite to js
......@@ -8,7 +8,7 @@ App.Events.REBusyMasterSuite = class REBusyMasterSuite extends App.Events.BaseEv
actorPrerequisites() {
const req = [
s => s.fuckdoll === 0,
s => s.assignment === "serve in the master suite",
s => s.assignment === Job.MASTERSUITE,
s => (
(canDoAnal(s) && s.anus > 0) ||
(canDoVaginal(s) && s.vagina > 0)
......@@ -23,7 +23,7 @@ App.Events.REBusyMasterSuite = class REBusyMasterSuite extends App.Events.BaseEv
}
execute(node) {
const msSlaves = V.slaves.filter((s) => s.fuckdoll === 0 && s.assignment === "serve in the master suite")
const msSlaves = V.slaves.filter((s) => s.fuckdoll === 0 && s.assignment === Job.MASTERSUITE)
.map((s) => {
/** @type {Array<FC.SlaveActs|"none">} */
let options = [];
......
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