diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index 064c607789b6b3aeba3a02ad3b43ca8c8f6b9dc3..b2194b2d4ebd9480cc56562d6e9cf9a9fd79c839 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -1398,7 +1398,7 @@ erectileImplant: 0
 } >>
 
 <<set $merchantFSWares = ["GenderRadicalistResearch", "TransformationFetishistResearch", "AssetExpansionistResearch", "SlimnessEnthusiastResearch", "YouthPreferentialistResearch", "HedonisticDecadenceResearch"]>>
-<<set $merchantIllegalWares = ["ChildhoodFertilityInducedNCS", "UterineRestraintMesh", "RapidCellGrowthFormula", "PGHack", "AnimalOrgans"]>>
+<<set $merchantIllegalWares = ["childhoodFertilityInducedNCS", "UterineRestraintMesh", "RapidCellGrowthFormula", "PGHack", "AnimalOrgans"]>>
 <<set $RapidCellGrowthFormula = 0>>
 <<set $UterineRestraintMesh = 0>>
 <<set $PGHack = 0>>
diff --git a/src/pregmod/theBlackMarket.tw b/src/pregmod/theBlackMarket.tw
index bf11c5f2a228ecaa8d94bd6dfffa913a7bab6ce8..4d047d4fe7521ae9f7047799d467849011a819a0 100644
--- a/src/pregmod/theBlackMarket.tw
+++ b/src/pregmod/theBlackMarket.tw
@@ -138,7 +138,7 @@ Of all the wonders present, the thing that catches your eye the most is a shady
 	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">>
+			<<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> 
@@ -149,7 +149,7 @@ Of all the wonders present, the thing that catches your eye the most is a shady
 						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).
 						<br>
 						He notices your interest and lets you read the information [[Childhood Fertility Induced NCS|Encyclopedia][$encyclopedia = "Childhood Fertility Induced NCS"]].
-						<<set _dump = $merchantIllegalWares.delete("ChildhoodFertilityInducedNCS")>>
+						<<set _dump = $merchantIllegalWares.delete("childhoodFertilityInducedNCS")>>
 					<<else>>
 						<<if $arcologies[0].FSYouthPreferentialist > 0>>
 							<<set _match = "Knowing your arcology, I think you could be happy with the results!">>
@@ -175,13 +175,13 @@ Of all the wonders present, the thing that catches your eye the most is a shady
 								He notices your interest and lets you read the information [[Childhood Fertility Induced NCS|Encyclopedia][$encyclopedia = "Childhood Fertility Induced NCS"]].
 							<<else>>
 								You already possess the Childhood Fertility @@.orange;Induced NCS@@ (genetic engineering and hormonal blend) research recipe.<br>
-								<<set _dump = $merchantIllegalWares.delete("ChildhoodFertilityInducedNCS")>>
+								<<set _dump = $merchantIllegalWares.delete("childhoodFertilityInducedNCS")>>
 							<</if>>
 						<</if>>
 					<</if>>
 				<<else>>
 					You have no interest in such a distasteful research.
-					<<set _dump = $merchantIllegalWares.delete("ChildhoodFertilityInducedNCS")>>
+					<<set _dump = $merchantIllegalWares.delete("childhoodFertilityInducedNCS")>>
 				<</if>>
 			<</if>>
 
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index dca7530621bf04a7e22383c4eda7c8f32e1bfdc2..5cd80db33b93d779485d9f1d82a31261dbdeeab4 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -1047,9 +1047,9 @@
 	<<set $merchantFSWares = ["GenderRadicalistResearch", "TransformationFetishistResearch", "AssetExpansionistResearch", "SlimnessEnthusiastResearch", "YouthPreferentialistResearch", "HedonisticDecadenceResearch"]>>
 <</if>>
 <<if ndef $merchantIllegalWares>>
-	<<set $merchantIllegalWares = ["ChildhoodFertilityInducedNCS", "UterineRestraintMesh", "RapidCellGrowthFormula", "PGHack"]>>
+	<<set $merchantIllegalWares = ["childhoodFertilityInducedNCS", "UterineRestraintMesh", "RapidCellGrowthFormula", "PGHack"]>>
 <<elseif $merchantIllegalWares.length == 0>>
-	<<set $merchantIllegalWares.push("ChildhoodFertilityInducedNCS")>>
+	<<set $merchantIllegalWares.push("childhoodFertilityInducedNCS")>>
 	<<set $merchantIllegalWares.push("UterineRestraintMesh")>>
 	<<set $merchantIllegalWares.push("RapidCellGrowthFormula")>>
 	<<set $merchantIllegalWares.push("PGHack")>>