Skip to content
Snippets Groups Projects
Commit 28f080af authored by Pregmodder's avatar Pregmodder
Browse files

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

Fix RE Busy Master Suite playing twice

Closes #3394

See merge request !10125
parents ef3af665 a8cb39bd
No related branches found
No related tags found
1 merge request!10125Fix RE Busy Master Suite playing twice
Pipeline #42028 passed
......@@ -23,6 +23,9 @@ App.Events.REBusyMasterSuite = class REBusyMasterSuite extends App.Events.BaseEv
}
execute(node) {
V.nextButton = "Continue";
V.nextLink = "RIE Eligibility Check";
const msSlaves = V.slaves.filter((s) => s.fuckdoll === 0 && s.assignment === Job.MASTERSUITE)
.map((s) => {
/** @type {Array<FC.SlaveActs|"none">} */
......
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