From d1e0f4b837df62b54d8ac252bc3423cc5623e8e8 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Thu, 28 Feb 2019 22:49:59 -0500
Subject: [PATCH] Fixes

---
 src/endWeek/saChoosesOwnClothes.js   | 3 ++-
 src/pregmod/managePersonalAffairs.tw | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/endWeek/saChoosesOwnClothes.js b/src/endWeek/saChoosesOwnClothes.js
index 18d0119a6a9..31cd1ba9301 100644
--- a/src/endWeek/saChoosesOwnClothes.js
+++ b/src/endWeek/saChoosesOwnClothes.js
@@ -291,8 +291,9 @@ window.saChoosesOwnClothes = (function() {
 				}
 				if(canPenetrate(slave)){
 					wardrobeAssignment.push({text: `and wears a slutty suit to make it perfectly clear that ${his} dick is ${his} main tool in ${his} job.`, clothes: "slutty business attire"});
+				} else {
+					wardrobeAssignment.push({text: `and wears a slutty suit to give ${him} an extra touch of authority while keeping ${his} crotch available.`, clothes: "slutty business attire"});
 				}
-				wardrobeAssignment.push({text: `and wears a slutty suit to make it perfectly clear that ${his} dick is ${his} main tool in ${his} job.`, clothes: "slutty business attire"});
 			} else if(slave.assignment == "be the Schoolteacher") {
 				if(isItemAccessible("nice business attire")) {
 					wardrobeAssignment.push({text: `and wears a handsome suit to give ${him} that teacherly authority.`, clothes: "nice business attire"});
diff --git a/src/pregmod/managePersonalAffairs.tw b/src/pregmod/managePersonalAffairs.tw
index 6bc456085dd..721f3f7f337 100644
--- a/src/pregmod/managePersonalAffairs.tw
+++ b/src/pregmod/managePersonalAffairs.tw
@@ -24,7 +24,7 @@ You pause for a moment from your busy day to day life to return to <<if $masterS
 Looking down;
 <<PlayerBoobs>>
 <<PlayerBelly>>
-<<if $PC.balls == 2 && $PC.belly < 5000>> Your pubic mound is swells outward slightly due to your oversized prostate. <<elseif $PC.balls > 2 && $PC.belly < 10000>> Your pubic mound bulges outward noticeably thanks to your massive prostate. <</if>>
+<<if $PC.balls == 2 && $PC.belly < 5000>> Your pubic mound swells outward slightly due to your oversized prostate. <<elseif $PC.balls > 2 && $PC.belly < 10000>> Your pubic mound bulges outward noticeably thanks to your massive prostate. <</if>>
 Beneath all that;
 <<PlayerCrotch>>
 Around back;
-- 
GitLab