From 0454abec5d7978ab9996067978604ec75fc0a298 Mon Sep 17 00:00:00 2001 From: DCoded <dcoded@live.com> Date: Sun, 2 Dec 2018 00:47:32 -0500 Subject: [PATCH] Reverted capitalization --- src/init/storyInit.tw | 2 +- src/pregmod/theBlackMarket.tw | 8 ++++---- src/uncategorized/BackwardsCompatibility.tw | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw index 064c607789b..b2194b2d4eb 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 bf11c5f2a22..4d047d4fe75 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 dca7530621b..5cd80db33b9 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")>> -- GitLab