diff --git a/src/endWeek/slaveAssignmentReport.js b/src/endWeek/slaveAssignmentReport.js
index 504fc7d72887c91a61dcad2d299f4b94a3bf70f9..d32528aa920399d3ab9622b6c5bba18e48195050 100644
--- a/src/endWeek/slaveAssignmentReport.js
+++ b/src/endWeek/slaveAssignmentReport.js
@@ -51,7 +51,8 @@ App.EndWeek.slaveAssignmentReport = function() {
 		}
 
 		if ((V.seeDicks > 0) && canPenetrate(slave) && App.Utils.hasNonassignmentSex(slave)) {
-			V.averageDick += slave.dick, V.slavesWithWorkingDicks++;
+			V.averageDick += slave.dick;
+			V.slavesWithWorkingDicks++;
 		}
 
 		if (slave.lactation === 1) {
@@ -63,13 +64,15 @@ App.EndWeek.slaveAssignmentReport = function() {
 		switch (slave.assignment) {
 			case Job.HEADGIRLSUITE:
 				if (slave.devotion >= random(-30, 20)) {
-					V.HGSlaveSuccess++, V.HGEnergy++;
+					V.HGSlaveSuccess++;
+					V.HGEnergy++;
 				} else {
 					V.HGSlaveSuccess--;
 				}
 				break;
 			case Job.CONCUBINE:
-				V.Concubine = slave, V.fuckSlaves++;
+				V.Concubine = slave;
+				V.fuckSlaves++;
 				break;
 			case Job.MASTERSUITE:
 			case Job.FUCKTOY:
@@ -289,14 +292,14 @@ App.EndWeek.slaveAssignmentReport = function() {
 	}
 
 	/**
-	* Accordion
-	* @version 0.7RC
-	* @author 000-250-006
-	*
-	* @param array _facListArr V.args
-	*	Multidimensional temporary array
-	*	0: The passage name for the facility's report
-	*	1: The facility name capitalized (@see todo)
+	 * Accordion
+	 * @version 0.7RC
+	 * @author 000-250-006
+	 *
+	 * @param array _facListArr V.args
+	 *	Multidimensional temporary array
+	 *	0: The passage name for the facility's report
+	 *	1: The facility name capitalized (@see todo)
 	 *	2: max number of slaves allowed in facility - > 0 implies open
 	 *	3: number of slaves assigned to facility
 	 *	4: ID of the slave assigned to run the facility ("Boss")