diff --git a/src/js/assignJS.js b/src/js/assignJS.js
index 5882135741345584e7527d5cf5448e71c2105070..5416489db03721c21b9afe0f2ebf545c7a319fd8 100644
--- a/src/js/assignJS.js
+++ b/src/js/assignJS.js
@@ -27,7 +27,6 @@ window.assignJob = function assignJob(slave, job) {
 		case "brothel":
 			slave.assignment = "work in the brothel";
 			slave.assignmentVisible = 0;
-			V.BrothiIDs.length++;
 			V.BrothiIDs.push(slave.ID);
 			switch (V.brothelDecoration) {
 				case "Degradationist":
@@ -406,7 +405,6 @@ window.removeJob = function removeJob(slave, assignment) {
 			case "brothel":
 				slave.assignment = "whore";
 				V.BrothiIDs.delete(slave.ID);
-				V.BrothiIDs.length--;
 				break;
 
 			case "be confined in the cellblock":
@@ -433,7 +431,6 @@ window.removeJob = function removeJob(slave, assignment) {
 			case "club":
 				slave.assignment = "serve the public";
 				V.ClubiIDs.delete(slave.ID);
-				V.ClubiIDs.length--;
 				break;
 
 			case "work in the dairy":