diff --git a/devNotes/Useful JS Function Documentation.txt b/devNotes/Useful JS Function Documentation.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9e8c0ffbb795a16c65302f6e40bbabfdcf2790d3
--- /dev/null
+++ b/devNotes/Useful JS Function Documentation.txt	
@@ -0,0 +1,244 @@
+Assay Functions:
+
+isSlim(slave) - Returns if slave is considered slim or not by arcology standards.
+
+isStacked(slave) - Returns if slave is considered stacked (big T&A) or not.
+
+isModded(slave) - Tallies a slave's tats and piercings and returns if slave is considered heavily modded or not.
+
+isUnmodded(slave) - Returns if slave is (relatively) unmodded. Some leeway.
+
+isXY(slave) - Returns if a slave has a dick. (This needs review, it's far outdated for what it is used for.)
+
+isPreg(slave) - Returns if a slave looks pregnant.
+
+isNotPreg(slave) - Returns if slave has no sizable belly.
+
+isPure(slave) - Returns if slave has not been surgically enhanced (to a noticeable degree).
+
+PiercingScore(slave) - Returns int representing degree of piercings. Higher means more piercings.
+
+TatScore(slave) - Returns int representing degree of tattooing. Higher means more tattoos.
+
+sameAssignmentP(slave, slave) - Returns if slaves are on the same assignment.
+
+haveRelationP(slave1, slave2) - Returns if slave1 is related to second slave2. (NOT extended family mode compliant).
+
+haveRelationshipP(slave1, slave2) - Returns if slave1 is in a relationship with slave2.
+
+isRivalP(slave1, slave2) - Returns if slave1 is in a rivalry with slave2.
+
+supremeRaceP(slave) - Returns if slave is of the superior race. (Should only be used in conjunction with racial supremacy.)
+
+inferiorRaceP(slave) - Returns if slave is of the inferior race. (Should only be used in conjunction with racial subjugation.)
+
+isLeaderP(slave) - Returns if slave is in a leadership assignment.
+
+isMotherP(slave1, slave2) - Returns if slave2 is slave1's mother.
+
+isFatherP(slave1, slave2) - Returns if slave2 is slave1's father.
+
+isParentP(slave1, slave2) - Returns if slave2 is either of slave1's parents.
+
+sameDad(slave1, slave2) - Returns if slave1 and slave2 have the same father.
+
+sameMom(slave1, slave2) - Returns if slave1 and slave2 have the same mother.
+
+areTwins(slave1, slave2) - Returns if slave1 and slave2 are twins.
+
+areSisters(slave1, slave2) - Returns sister status of slave1 and slave2 (1 - twins, 2 - sisters, 3 - half-sisters)
+
+areRelated(slave1, slave2) - Returns if slave1 and slave2 are related.
+
+totalRelatives(slave) - Returns the number of relatives slave has.
+
+mutualChildren(slave1, slave2) - Returns if slave1 and slave2 have children together.
+
+isSlaveAvailable(slave) - Returns if slave is available and not confined someplace.
+
+randomRelatedSlave(slave) - Returns a random relative of slave if possible.
+
+randomRelatedAvailableSlave(slave) - Returns a random available relative of slave if possible.
+
+randomSister(slave) - Returns a random sister of slave if possible.
+
+randomTwinSister(slave) - Returns a random available twin of slave if possible.
+
+randomAvailableSister(slave) - Returns a random available sister of slave if possible.
+
+randomDaughter(slave) - Returns a random child of slave if possible.
+
+randomDaughter(slave) - Returns a random available child of slave if possible.
+
+randomParent(slave) - Returns a random parent of slave if possible.
+
+randomAvailableParent(slave) - Returns a random available parent of slave if possible.
+
+totalPlayerRelatives(PC) - Returns the number of relatives the player has.
+
+isSexuallyPure(slave) - Returns if the slave has (possibly) never had sex.
+
+canGetPregnant(slave) - If the slave is fucked right now, could she get pregnant?
+
+canBreed(slave1, slave2) - Returns if slave1 and slave2 are capable of breeding with each other.
+
+canImpreg(slave1, slave2) - Returns if slave2 can impregnate slave1. PC works as an arguement as well.
+
+isFertile(slave) - Returns if the slave is capable of having children.
+
+isPlayerFertile(PC) - Returns if the player can get pregnant.
+
+canAchieveErection(slave) - Returns if the slave can get an erection. (Not blocked by chastity.)
+
+canPenetrate(slave) - Returns if the slave can penetrate successfully.
+
+canSee(slave) - Returns if the slave can see.
+
+canHear(slave) - Returns if the slave can hear.
+
+canWalk(slave) - Returns if the slave can walk.
+
+canTallk(slave) - Returns if the slave can talk.
+
+canDoAnal(slave) - Returns if the slave can currently have anal sex.
+
+canDoVaginal(slave) - Returns if the slave can currently have vaginal sex.
+
+tooFatSlave(slave) - Returns if the slave is too fat to move.
+
+tooBigBreasts(slave) - Returns if the slave's breasts are too big for her to move.
+
+tooBigBelly(slave) - Returns if the slave's belly is too big for her to move.
+
+tooBigBalls(slave) - Returns if the slave's balls are too big for her to move.
+
+tooBigDick(slave) - Returns if the slave's dick is too big for her to move.
+
+tooBigButt(slave) - Returns if the slave's butt is too big for her to move.
+
+milkAmount(slave) - Returns the slave's expected milk output in liters.
+
+cumAmount(slave) - Returns the slave's expected cum output in decaliters.
+
+isVegetable(slave) - Returns if the slave is mindbroken.
+
+overpowerCheck(slave, PC) - Returns an integer that repesents the chance of a slave overpowering the player.
+
+
+
+
+
+Display Functions:
+
+properTitle() - Returns the player's proper title. (customTitle, Sir, Ma'am)
+
+SlaveFullName(slave) - Returns the slave's full name.
+
+PlayerName() - Returns the player's full name.
+
+PCTitle() - Returns the player's full title.
+
+PoliteRudeTitle(slave) - Returns the slave's title for the player they hate.
+
+SlaveTitle(slave) - Returns the slave's descriptive title.
+
+relativeTerm(slave1, slave2) - Returns the term for slave2's relation to slave1. (daughter, mother, etc)
+
+bellyAdjective(slave) - Returns a string describing her belly size.
+
+lispReplace(string) - Ruturns the string lispified.
+
+nippleColor(slave) - Returns the slave's nipple color.
+
+
+
+
+
+Core Slave Functions:
+
+newSlave(slave) - Adds slave object to main slave array. Do not use without care!
+
+getSlave(ID) - Returns the slave object with the matching ID.
+
+getPronouns(slave) - Returns an object containing a slave's pronouns.
+
+SlavePronouns(slave) - Sets global pronoun variables to a slave's pronouns. ($he, $He, $His, $his, $him) (obsolete?)
+
+WrittenMaster(slave) - Returns a slave's title for the player and sets lisping. Returns $activeSlave if not given an arguement.
+
+Enunciate(slave) - Syncs lisp widgets with slave.
+
+fetishChangeChance(slave) - Returns an int between 0,100 as the chance of a slave's fetish shifting to a new one.
+
+SlaveSort(slaveArray) - Sorts the slaveArray array and sets indices.
+
+slaveSortMinor(slaveArray) - Alphabetically sorts the slaveArray array and returns it.
+
+faceIncrease(slave, amount) - Increases slave's .face by amount and returns a comment if it passes a threshold.
+
+assignJob(slave, assignment) - Assigns slave to assignment. Mandatory for assigning to facilities.
+
+removeJob(slave, assignment) - Removes slave from assignment to "rest". Mandatory for removing from facilities.
+
+GenerateNewSlave(sex) - Generates a new slave of sex. Replaces <<include "Generate __ Slave">> 
+
+setPregType(actor) - Returns a random ovum count based off actor values and other factors to be set as .pregType.
+
+removeActiveSlave() - Removes $activeSlave from $slaves. Do not use without care!
+
+SetBellySize(slave) - Sets slave's belly size.(pregnancy+inflation+implant)
+
+generatePronouns(slave) - Sets slave's pronouns.
+
+SoftenBehavioralFlaw(slave) - Rplaces the slave's behavioral flaw with the corresponding quirk.
+
+SoftenSexualFlaw(slave) - Rplaces the slave's sexual flaw with the corresponding quirk.
+
+
+
+
+Sex Functions:
+
+knockMeUp(actor, chance, hole, fatherID, displayOverride) - Attempts to impregnate actor.
+
+AnalVCheck(count) - Increments $activeSlave's anal count by count and attempts to take virginity. Defualts to 1.
+
+VaginalVCheck(count) - Increments $activeSlave's vaginal count by count and attempts to take virginity. Defualts to 1.
+
+VaginalVCheck(countAnal, countBoth) - Attempts to increment $activeSlave's anal count by countAnal and attempts to increment vaginal by countBoth. Defualts to 1. Attempts to take virginities.
+
+SimpleVCheck(count) - Calls either VaginalVCheck or AnalVCheck count times.
+
+PartnerVCheck(countAnal, countBoth) - Attempts to increment $partner's anal count by countAnal and attempts to increment vaginal by countBoth. Defualts to 1. Attempts to take virginities.
+
+SimpleSexAct(slave, count) - Runs a player on slave sex act count times. (randomly chooses hole based off availability.)
+
+SimpleSlaveFucking(slave, count) - Runs a slave on slave sex act count times. (randomly chooses hole based off availability.)
+
+SimpleSlaveSlaveFucking(slave1, slave2, count) - Runs a slave2 on slave1 sex act count times. (randomly chooses hole based off availability.)
+
+
+
+Pregnancy Functions:
+
+WombInit($slave) - before first pregnancy, at slave creation, of as backward compatibility update.
+
+WombImpregnate($slave, $fetus_count, $fatherID, $initial_age) - should be added after normal impregnation code, with already calcualted fetus count. ID of father - can be used in future for prcess children from different fathers in one pregnancy. Initial age normally 1 (as .preg normally set to 1), but can be raised if needed. Also should be called at time as broodmother implant add another fetus(es), or if new fetuses added from other sources in future (transplanting maybe?)
+
+WombProgress($slave, $time_to_add_to_fetuses) - after code that update $slave.preg, time to add should be the same.
+
+$isReady = WombBirthReady($slave, $birth_ready_age) - how many children ready to be birthed if their time to be ready is $birth_ready_age (40 is for normal length pregnancy). Return int - count of ready to birth children, or 0 if no ready exists. 
+
+$children = WombBirth($slave, $birth_ready_age) - for actual birth. Return array with fetuses objects that birthed (can be used in future) and remove them from womb array of $slave. Should be called at actual birth code in sugarcube. fetuses that not ready remained in womb (array).
+
+WombFlush($slave) - clean womb (array). Can be used at broodmother birthstorm or abortion situations in game. But birthstorm logically should use WombBirth($slave, 35) or so before - some children in this event is live capable, others is not.
+
+$slave.bellyPreg = WombGetWolume($slave) - return double, with current womb volume in CC - for updating $slave.bellyPreg, or if need to update individual fetuses sizes.
+
+
+
+
+
+Other Functions:
+
+isItemAccessible(itemName) - Returns if the string is available for use. Defaults to true.
diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 078d7fd3f001f451c9dbfd1dd4944d0df966e607..dadcd4ff64dca6883dbd9eb6c9f261b359bbfb02 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,11 @@
 
 0.10.7.1-0.10.x
 
+10/21/2018
+
+	27
+	-fixes
+
 10/20/2018
 
 	26
diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index fcc0a9383ec9b3d4172a2d9939c50738807aa7c8..92cedb4cd64034e9d77e1f51186f3c528fca34fa 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -70,6 +70,11 @@ You should have received a copy of the GNU General Public License along with thi
 			<<set $slaves[_i].relationshipTarget += 1200000>>
 			<</if>>
 			<<set $slaves[_i].rivalry = 0, $slaves[_i].rivalryTarget = 0, $slaves[_i].subTarget = 0>>
+			<<set $slaves[_i].drugs = "no drugs">>
+			<<set $slaves[_i].pornFameSpending = 0>>
+			<<set $slaves[_i].livingRules = "spare">>
+			<<set $slaves[_i].diet = "healthy">>
+			<<set $slaves[_i].pregControl = "none">>
 		<<else>>
 			<<set _dump = removeSlave(_i), _i--, _SL-->>
 		<</if>>
diff --git a/src/npc/newSlaveIncestSex.tw b/src/npc/newSlaveIncestSex.tw
index 8beb6db9cb10333c2ac9049d58c616629031a7a3..30911592cb1932a7e03d57f92149160098afdd63 100644
--- a/src/npc/newSlaveIncestSex.tw
+++ b/src/npc/newSlaveIncestSex.tw
@@ -44,12 +44,12 @@
 		<<set _onelong = "younger "+_one >>
 		<<set _otherlong = "older "+_other >>
 	<<else>> /* twins, no real differentiation */
-		<<if $sissy.vagina == -1 >>
+		<<if $sissy.vagina == -1 && _one != "sister" && _one != "brother">>
 			<<set _onelong = _one + " brother">>
 		<<else>>
 			<<set _onelong = _one + " sister">>
 		<</if>>
-		<<if $activeSlave.vagina == -1 >>
+		<<if $activeSlave.vagina == -1 && _one != "sister" && _one != "brother">>
 			<<set _otherlong = _other + " brother" >>
 		<<else>>
 			<<set _otherlong = _other + " sister" >>
diff --git a/src/pregmod/saInflation.tw b/src/pregmod/saInflation.tw
index 124afd9841058a44aa642fc61e3377147855919f..ea9757bcf2b3f9eea4718610e0c8c5592f253996 100644
--- a/src/pregmod/saInflation.tw
+++ b/src/pregmod/saInflation.tw
@@ -112,7 +112,7 @@
 		<<set $slaves[$i].trust += 1>>
 	<</if>>
 	<<if $slaves[$i].health >= 90>>
-		$He is as healthy as $him can be. @@.yellow;$His curative enema regimen has been ended.@@
+		$He is as healthy as $he can be. @@.yellow;$His curative enema regimen has been ended.@@
 		<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
 	<</if>>
 	<<set $slaves[$i].chem += 2, $slaves[$i].health += $curativeUpgrade*6>>
diff --git a/src/pregmod/theBlackMarket.tw b/src/pregmod/theBlackMarket.tw
index b7b7ee67ed735fa8f9f66238e2a7013a0e473a58..4ecbb127d7cb8f2db878dd9b708e9dc0df0c47b1 100644
--- a/src/pregmod/theBlackMarket.tw
+++ b/src/pregmod/theBlackMarket.tw
@@ -37,8 +37,8 @@ Of all the wonders present, the thing that catches your eye the most is a shady
 	<<if ndef $thisWeeksFSWares>>
 		<<set $thisWeeksFSWares = $merchantFSWares.randomMany(2)>>
 	<</if>>
-	<<if ndef $thisWeeksIllegalFSWares>>
-		<<set $thisWeeksIllegalFSWares = $merchantIllegalWares.randomMany(1)>>
+	<<if ndef $thisWeeksIllegalWares>>
+		<<set $thisWeeksIllegalWares = $merchantIllegalWares.randomMany(1)>>
 	<</if>>
 
 	<br>
@@ -135,14 +135,15 @@ Of all the wonders present, the thing that catches your eye the most is a shady
 	<</if>>
 
 	<br><br>
-	He gestures to a door in the back of the stall. "The good shit's back there<<if $thisWeeksIllegalFSWares.length > 1>>, here's a list: <<elseif $thisWeeksIllegalFSWares.length == 1>>, only one this week: <<else>>.<</if>>"
-	<<if $thisWeeksIllegalFSWares.length >= 1>> 
-		<<for _bim = 0; _bim < $thisWeeksIllegalFSWares.length; _bim++>>
-			<br>
-			<<if $thisWeeksIllegalFSWares[_bim] == "childhoodFertilityInducedNCS">>
+	He gestures to a door in the back of the stall. "The good shit's back there<<if $thisWeeksIllegalWares.length > 1>>, here's a list: <<elseif $thisWeeksIllegalWares.length == 1>>, only one this week: <<else>>.<</if>>"
+	<<if $thisWeeksIllegalWares.length > 0>>
+		<<for _bim = 0; _bim < $thisWeeksIllegalWares.length; _bim++>>
+			<<if $thisWeeksIllegalWares[_bim] == "childhoodFertilityInducedNCS">>
+				<br>
 				<<if $minimumSlaveAge <= 15>>
 					<dt>@@.cyan;Childhood Fertility Induced NCS (Induced Neotenic Complex Syndrome or Syndrome X modified for fertility).@@</dt> 
 					<<if $minimumSlaveAge > 8>>
+						<br>&nbsp;&nbsp;&nbsp;&nbsp;
 						Illegal information for the Childhood Fertility @@.orange;Induced NCS@@ (genetic engineering and hormonal blend) research recipe.<br>
 						"I'm sorry, I can't sell this product to you, even if I wanted to," he says. "I have this technology, which if applied, would make slaves appear younger than the legal age of majority. I picked it up from an exotics dealer, who picked it up from some old world government research center. And yes, I know, this is a black market, and I would be happy to sell it to you, except, you see, too many of the wrong people know I have it, and while the knowledge isn't illegal, selling or using it is. See if I sell this to you, you'd start getting younger looking slaves, and those people would try to take us both down, and since I'm not the master of an arcology, I would probably end up enslaved, and I'm not interested in that. If only the laws were more open about who could have sex with who, I could sell this to anyone interested."
 						Since the agreed upon minimum age in your Free City is greater than eight, it would draw way too much attention for you to make use of the research recipe for the Childhood Fertility @@.orange;Induced NCS@@ (genetic engineering and hormonal blend).
@@ -179,7 +180,8 @@ Of all the wonders present, the thing that catches your eye the most is a shady
 					<<set _dump = $merchantIllegalWares.delete("childhoodFertilityInducedNCS")>>
 				<</if>>
 			<</if>>
-			<<if $thisWeeksIllegalFSWares[_bm] == "UterineRestraintMesh">>
+			<<if $thisWeeksIllegalWares[_bim] == "UterineRestraintMesh">>
+				<br>
 				<<if $UterineRestraintMesh == 0>>
 					<<if $seePreg == 1>>
 						<<if $ImplantProductionUpgrade == 1>>
@@ -189,7 +191,6 @@ Of all the wonders present, the thing that catches your eye the most is a shady
 								<<else>>
 									You cannot afford the asking price of @@.red;<<print cashFormat(20000)>>@@ for a supportive uterine mesh.
 								<</if>>
-								<br>
 								"This is an interesting one... It's designed to prevent any sort of rupturing of the uterus, but, while that idea is great and all, it does jack shit to prevent leaks from elsewhere in the organ. The guy funding the research company was pissed when his slave bloated up like a cum-filled balloon and dropped dead, destroyed most of the development lab. Fortunately, he failed to ruin the best part of it - these blueprints. Now, you're probably wondering what good is something like this, but I've done business with a number of industrial slave farms, and they swear upon its ability to force a girl to carry far more children than physically possible, well, up until their wombs crushed their organs, that is. I supposed it'd work with anything solid, really, if you enjoy sticking things up into slave girls."
 							<<else>>
 								The autosurgery lacks the finesse needed to implant something of this comlexity, so designs for a supportive uterine mesh are unusable until it is upgraded.
@@ -206,15 +207,15 @@ Of all the wonders present, the thing that catches your eye the most is a shady
 					<<set _dump = $merchantFSWares.delete("UterineRestraintMesh")>>
 				<</if>>
 			<</if>>
-			<<if $thisWeeksIllegalFSWares[_bm] == "RapidCellGrowthFormula">>
+			<<if $thisWeeksIllegalWares[_bim] == "RapidCellGrowthFormula">>
+				<br>
 				<<if $RapidCellGrowthFormula == 0>>
 					<<if $cash >= 70000>>
 						[[Purchase formulas for elasticity increasing injections|The Black Market][$cash -= 70000, $RapidCellGrowthFormula = 1, _dump = $merchantFSWares.delete("RapidCellGrowthFormula")]] //@@.yellowgreen;<<print cashFormat(70000)>>.@@//
 					<<else>>
 						You cannot afford the asking price of @@.red;<<print cashFormat(70000)>>@@ for elasticity increasing injections.
 					<</if>>
-					<br>
-					"These injections will loosen up any skin, muscle, organ or whatever living flesh you inject them in to. I'm not entirely sure how they work, something about increased cell growth or something. Probably not the safest thing to use, what with it pretty much being cancer in a vial. From what I've gathered, they were originally being develop to use with fillable breast implants. Some rich investor got his rocks off from BE and decided to make his dream a reality. Worked great too, save for the fact that the breasts didn't shrink down when the implant was emptied. Yep, she was left with a big ol' pair of floppy tits after being stretched so much. My take is, if you want to get big, fast, this is the drug for you, but only if you don't care about ever going back."
+					"These injections will loosen up any skin, muscle, organ or whatever living flesh you inject them in to. I'm not entirely sure how they work, something about increased cell growth or something. Probably not the safest thing to use, what with it pretty much being cancer in a vial. From what I've gathered, they were originally being developed to use with fillable breast implants. Some rich investor got his rocks off from BE and decided to make his dream a reality. Worked great too, save for the fact that the breasts didn't shrink down when the implant was emptied. Yep, she was left with a big ol' pair of floppy tits after being stretched so much. My take is, if you want to get big, fast, this is the drug for you, but only if you don't care about ever going back."
 				<<else>>
 					You already possess formulas for elasticity increasing injections.
 					<<set _dump = $merchantFSWares.delete("RapidCellGrowthFormula")>>
diff --git a/src/uncategorized/dispensary.tw b/src/uncategorized/dispensary.tw
index 11fcad2276dc0da2e69b5d53e67fa224c3cffdce..a6e84cd99cb2bd0b9457bba8d2d9a1635a408095 100644
--- a/src/uncategorized/dispensary.tw
+++ b/src/uncategorized/dispensary.tw
@@ -157,8 +157,10 @@ The fabricator is producing
 		[[Upgrade the fabricator to customize each slave's growth hormones|Dispensary][$cash -= 50000*_PCSkillCheck, $injectionUpgrade = 2]]
 		//Costs <<print cashFormat(50000*_PCSkillCheck)>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Should improve the reliability of growth injections of all kinds.//
+		<br>
 	<<else>>
 		//You lack the reputation to obtain prototype fabricator upgrades//
+		<br>
 	<</if>>
 <<elseif $injectionUpgrade == 2>>
 	prototype growth hormones.
diff --git a/src/uncategorized/reShelterInspection.tw b/src/uncategorized/reShelterInspection.tw
index c24f33e0d429519b3ba2d256a3b24bdc969b156a..94591e5ae6a3e078aa944f87790ea726d227e258 100644
--- a/src/uncategorized/reShelterInspection.tw
+++ b/src/uncategorized/reShelterInspection.tw
@@ -27,6 +27,7 @@
 <<set $activeSlave.face = -20>>
 <<set $activeSlave.voice = 1>>
 <<set $activeSlave.hColor = "graying">>
+<<set override_H_Color = 1, override_Pubic_H_Color = 1, override_Arm_H_Color = 1, override_Brow_H_Color = 1>>
 <<set $activeSlave.hLength = 40>>
 <<set $activeSlave.hStyle = "up">>
 <<set $activeSlave.energy = random(5,50)>>