diff --git a/src/js/assignJS.js b/src/js/assignJS.js index 6dc0547274d0d97ecc97b2533c25beabc4cb27c6..f8e45d674aa6ffa08c91bea82965e438d6c006c7 100644 --- a/src/js/assignJS.js +++ b/src/js/assignJS.js @@ -18,9 +18,7 @@ window.assignJob = function assignJob(slave, job) { }; /* Tracking for the following cases: */ - if (V.assignmentRecords[slave.ID] === "choose her own job") { // if choosesOwnAssignment was set before removeJob (and wipes it out), it's saved in assignmentRecords. We don't want to overwrite that here, as we want to be able to get it back. - // - } else { + if (V.assignmentRecords[slave.ID] !== "choose her own job") { // if choosesOwnAssignment was set before removeJob (and wipes it out), it's saved in assignmentRecords. We don't want to overwrite that here, as we want to be able to get it back. switch (job.toLowerCase()) { case "be confined in the cellblock": case "cellblock":