diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 15ace7eb88cb690aa91f1f18362de1871c0161bf..078d7fd3f001f451c9dbfd1dd4944d0df966e607 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4,6 +4,9 @@
 
 10/20/2018
 
+	26
+	-fixes
+
 	25
 	-implemented the uterine restraint mesh from the black market
 	-fixes and tweaks
diff --git a/src/uncategorized/dispensary.tw b/src/uncategorized/dispensary.tw
index 593178e9428d1d0136edcd405579362cd5b2fdc9..11fcad2276dc0da2e69b5d53e67fa224c3cffdce 100644
--- a/src/uncategorized/dispensary.tw
+++ b/src/uncategorized/dispensary.tw
@@ -523,6 +523,27 @@ Implant Production
 		<br>
 	<</if>>
 
+	<<if $UterineRestraintMesh == 1>>
+		The fabricator is capable of producing supportive mesh uterine implants.
+		<br>
+	<</if>>
+	
+<</if>>
+
+<<if $arcologies[0].childhoodFertilityInducedNCSResearch == 1 || $RapidCellGrowthFormula == 1>>
+	<br>
+	Gene Mods
+	<hr>
+	
+	<<if $arcologies[0].childhoodFertilityInducedNCSResearch == 1>>
+		The fabricator is capable of producing treatments to induce NCS.
+		<br>
+	<</if>>
+	<<if $RapidCellGrowthFormula == 1>>
+		The fabricator is capable of producing treatments to accelerate cellular reproduction.
+		<br>
+	<</if>>
+	
 <</if>>
 
 <br>
diff --git a/src/uncategorized/nextWeek.tw b/src/uncategorized/nextWeek.tw
index 249d530cc45a6205eee21b59433642af1a95b71e..70a9edd0179f75b615ad2da1bd26211b9b170fbf 100644
--- a/src/uncategorized/nextWeek.tw
+++ b/src/uncategorized/nextWeek.tw
@@ -300,6 +300,7 @@
 <<if $boomerangWeeks>><<set $boomerangWeeks++>><<else>><<set $boomerangSlave = 0>><</if>>
 
 <<set $thisWeeksFSWares = $merchantFSWares.randomMany(2)>>
+<<set $thisWeeksIllegalFSWares = $merchantIllegalWares.randomMany(1)>>
 <<set $prisonCircuitIndex++>><<if $prisonCircuitIndex >= $prisonCircuit.length>><<set $prisonCircuitIndex = 0>><</if>>
 
 <<set $coursed = 0, $eventDescription = 0, $pitFought = 0, $preOwnedViewed = 0, $prestigeAuctioned = 0, $eliteAuctioned = 0, $repGain = 0, $shelterSlave = 0, $shelterSlaveBought = 0, $slaveMarketLimit = 10 + ($rep / 1000), $slavesSeen = 0, $slavesSacrificedThisWeek = 0, $subSlaves = 0>>