diff --git a/src/SpecialForce/SpecialForce.js b/src/SpecialForce/SpecialForce.js
index 095936555560ecb1a6d5974daadbbef08c695c52..bb53c61e2f84391fc9278fce07d64b526aeb6ded 100644
--- a/src/SpecialForce/SpecialForce.js
+++ b/src/SpecialForce/SpecialForce.js
@@ -298,7 +298,7 @@ window.SFReport = function() {
 	if (V.secExp > 0) V.authority += V.SF.Size*10; V.authority=Math.clamp(V.authority, 0, 20000);
 
 	income += Math.ceil( ( (baseLine* (0.09+Multiplier.troop/NO).toFixed(2) * (0.09+Multiplier.unit/NO).toFixed(2) * (0.09+Multiplier.action/NO).toFixed(2) * (0.09+Multiplier.depravity/NO).toFixed(2) ) - (upkeep*N1).toFixed(2) )/((V.SF.Size/2+S.Troops/2)*5) ); S.Troops += Math.round(FNG/2);
-	if (V.debugMode > 0) r += `<br>income:${commaNum(income)}, troop:${commaNum((0.09+Multiplier.troop/NO).toFixed(2))}, unit:${commaNum((0.09+Multiplier.unit/NO).toFixed(2))}, action:${commaNum((0.09+Multiplier.action/NO).toFixed(2))}, depravity:${commaNum((0.09+Multiplier.depravity/NO).toFixed(2))}, upkeep:${commaNum((upkeep*N1).toFixed(2))}`;
+	if (V.debugMode > 0) r += `<br>income:${num(income)}, troop:${num((0.09+Multiplier.troop/NO).toFixed(2))}, unit:${num((0.09+Multiplier.unit/NO).toFixed(2))}, action:${num((0.09+Multiplier.action/NO).toFixed(2))}, depravity:${num((0.09+Multiplier.depravity/NO).toFixed(2))}, upkeep:${num((upkeep*N1).toFixed(2))}`;
 	if (V.economy < 100) income *= 83; //Remove line if hard mode ever gets fixed.
 	if (income >= target) profit=1; delete V.SF.Subsidy; cashX(income, "specialForces");
 	if (S.Troops > unitCap) S.Troops=unitCap;
@@ -314,7 +314,7 @@ window.SFReport = function() {
 	V.SF.Colonel.Talk = 0; V.SF.Colonel.Fun = 0;
 
 	r += `<br>__Week ${V.week} operational report for ${V.SF.Lower}__:`;
-	r += `<br>${V.SF.Caps} focused their ${commaNum(S.Troops)} troops on `;
+	r += `<br>${V.SF.Caps} focused their ${num(S.Troops)} troops on `;
 	if (V.SF.Target === "recruit") {
 		r += `recruiting and training more personnel. Smaller parties ventured out to protect the arcology's trade routes and strike targets of opportunity.`;
 	} else if (V.SF.Target === "secure") {
diff --git a/src/uncategorized/endWeek.tw b/src/uncategorized/endWeek.tw
index c208ce983b8650da9bc9f6542e85d7096002c62e..c6909755b9a052142dc52a5af79182b0e6337f27 100644
--- a/src/uncategorized/endWeek.tw
+++ b/src/uncategorized/endWeek.tw
@@ -1,10 +1,5 @@
 :: End Week [nobr]
 
-<<if $personalAttention.length > 0>>
-	<<if !$personalAttention.trainingRegimen.includes("explore her sexuality")>>
-		<<set $PC.slaving += 0.1>>
-	<</if>>
-<</if>>
 <<set State.expired.length = 0>>
 
 <<setupLastWeeksCash>>