From 871f689a80c6f918cdbc31be03aab23ea9f778dc Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sat, 20 Oct 2018 20:48:40 -0400
Subject: [PATCH] fixes

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt |  3 +++
 src/uncategorized/dispensary.tw              | 21 ++++++++++++++++++++
 src/uncategorized/nextWeek.tw                |  1 +
 3 files changed, 25 insertions(+)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 15ace7eb88c..078d7fd3f00 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 593178e9428..11fcad2276d 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 249d530cc45..70a9edd0179 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>>
-- 
GitLab