From f798a53d72bbbc99b01a9f328980647f7f78fc66 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Tue, 13 Oct 2020 18:08:12 -0400
Subject: [PATCH] small fixes

---
 src/markets/specificMarkets/schoolFutanari.js | 14 +++++++-------
 src/npc/databases/dfSlavesDatabase.js         |  2 +-
 src/npc/generate/newSlaveIntro.js             |  4 ++--
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/markets/specificMarkets/schoolFutanari.js b/src/markets/specificMarkets/schoolFutanari.js
index 8e9ddba2aac..9bd0ba9588e 100644
--- a/src/markets/specificMarkets/schoolFutanari.js
+++ b/src/markets/specificMarkets/schoolFutanari.js
@@ -85,43 +85,43 @@ App.Markets.TFS = function() {
 								r.push(`You leave the Sisters' suite after a few hours of fucking and being fucked, feeling tired but satisfied.`);
 							}
 							if (canGetPregnant(V.PC)) {
-								r.push(knockMeUp(V.PC, 5, 0, -9, 1));
+								r.push(knockMeUp(V.PC, 5, 0, -9, true));
 							}
 							break;
 						case 2:
 							r.push(`She doesn't have to explain the Sisters' sexual equality this time, or that you have to subject yourself to it. You remember, and you let her know you're willing by giving her a friendly hug that squashes your breasts against each other and rubs your stiff pricks together. She reaches around you to grab your ass, already pulling you towards the pile of futas. You leave the Sisters' suite after a few hours of fucking and being fucked, in a state of total sexual satiation.`);
 							if (canGetPregnant(V.PC)) {
-								r.push(knockMeUp(V.PC, 10, 0, -9, 1));
+								r.push(knockMeUp(V.PC, 10, 0, -9, true));
 							}
 							break;
 						case 3:
 							r.push(`She asked that with a distinctly flirty tone, obviously hoping you'd agree again, and she isn't disappointed. You take her by the hand and skip over to the pile of futas, most of which know you very intimately by now. They see their Sister and you approaching, and those of them that don't have their mouths full greet you eagerly. Three of them quickly rearrange themselves to present you with a couple of dicks to sit on and a pussy to fuck, all at once. You leave the Sisters' suite after many hours of fucking and being fucked, tired but satisfied.`);
 							if (canGetPregnant(V.PC)) {
-								r.push(knockMeUp(V.PC, 20, 0, -9, 1));
+								r.push(knockMeUp(V.PC, 20, 0, -9, true));
 							}
 							break;
 						case 4:
 							r.push(`She asked that in a knowing voice, confident you'd agree, and was already moving in to kiss you when you did. She seems to want you more than usual today, and pulls you down onto the edge of the pit, guiding your cock into her pussy. She isn't selfish, of course, and reaches around to spread your buttocks so you can get fucked while you fuck. You leave the Sisters' suite after many hours of this, very tired. You wonder when you can make time to visit the Sisters again.`);
 							if (canGetPregnant(V.PC)) {
-								r.push(knockMeUp(V.PC, 40, 0, -9, 1));
+								r.push(knockMeUp(V.PC, 40, 0, -9, true));
 							}
 							break;
 						case 5:
 							r.push(`She runs her tongue over her lips as she asks, and sits you down on the edge of the pit and deepthroats you as soon as you agree. She wants your cum, and uses a couple of fingers to tickle your prostate and make it appear faster. You jerk with orgasm, and she pushes your wet cock up against your stomach so she can fuck your pussy. She pauses for a moment, letting a younger Sister enter her ass first. You leave the Sisters' suite after a full day of this, utterly exhausted but eager to return.`);
 							if (canGetPregnant(V.PC)) {
-								r.push(knockMeUp(V.PC, 60, 0, -9, 1));
+								r.push(knockMeUp(V.PC, 60, 0, -9, true));
 							}
 							break;
 						case 6:
 							r.push(`You nod, and she turns back towards the orgy, not seeing any reason to lead you, since you know the way. You both sink back into the pile of cocks, pussies, mouths, asses, boobs; the hours go by without you noticing. You leave the Sisters' suite unable to remember specifics, but you clearly fucked and got fucked by every futa there at least once. You're surprised when you learn how long you were there, but the worries of being an arcology owner no longer seem as pressing as they once did.`);
 							if (canGetPregnant(V.PC)) {
-								r.push(knockMeUp(V.PC, 80, 0, -9, 1));
+								r.push(knockMeUp(V.PC, 80, 0, -9, true));
 							}
 							break;
 						case 7:
 							r.push(`You don't even bother to respond, and head straight for the orgy. You insert yourself into an eager mouth, bending over so the matron following you can take you from behind. The worries of your life as an arcology owner seem very far away as she slides inside you. You only leave when ${V.assistant.name} repeatedly pages you over the arcology's public announcement system. On the way to your office, you notice how full of cum your stomach is, how relaxed your pussy and ass are, and how happy you feel.`);
 							if (canGetPregnant(V.PC)) {
-								r.push(knockMeUp(V.PC, 100, 0, -9, 1));
+								r.push(knockMeUp(V.PC, 100, 0, -9, true));
 							}
 							break;
 						case 8:
diff --git a/src/npc/databases/dfSlavesDatabase.js b/src/npc/databases/dfSlavesDatabase.js
index 60e7cb94785..67eff09a4a1 100644
--- a/src/npc/databases/dfSlavesDatabase.js
+++ b/src/npc/databases/dfSlavesDatabase.js
@@ -335,7 +335,7 @@ App.Data.HeroSlaves.DF = [
 		intelligence: -60,
 		clitPiercing: 2
 	},
-	/* vibe nips, stupid, sensitive, no masturb implant*/
+	/* vibe nips, stupid, sensitive, no masturbation implant*/
 ];
 
 App.Data.HeroSlaves.DFextreme = [
diff --git a/src/npc/generate/newSlaveIntro.js b/src/npc/generate/newSlaveIntro.js
index 808644bb8b8..8579c49a3ed 100644
--- a/src/npc/generate/newSlaveIntro.js
+++ b/src/npc/generate/newSlaveIntro.js
@@ -3803,7 +3803,7 @@ App.UI.newSlaveIntro = function(slave, slave2 = V.eventSlave) {
 									slave.vagina = Math.clamp(slave.vagina, 3, 4);
 								}
 								actX(slave, "anal", 10);
-								assignJob(slave, "dairy");
+								assignJob(slave, Job.DAIRY);
 
 								r.push(`You order`);
 								if (V.HeadGirlID === 0) {
@@ -3836,7 +3836,7 @@ App.UI.newSlaveIntro = function(slave, slave2 = V.eventSlave) {
 									actX(slave, "vaginal", 10);
 								}
 								actX(slave, "anal", 10);
-								assignJob(slave, "dairy");
+								assignJob(slave, Job.DAIRY);
 
 								r.push(`Making use of`);
 								if (slave.trust < -20 || slave.devotion > 20) {
-- 
GitLab