From 71cc350a542c1a04c397fb66582cfb90366e309b Mon Sep 17 00:00:00 2001 From: DCoded <dcoded@live.com> Date: Sat, 1 Dec 2018 23:05:37 -0500 Subject: [PATCH] Reverted capitalization --- src/events/intro/initNationalities.tw | 2 +- src/pregmod/theBlackMarket.tw | 4 ++-- src/uncategorized/BackwardsCompatibility.tw | 4 ++-- src/uncategorized/dispensary.tw | 2 +- src/uncategorized/remoteSurgery.tw | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/events/intro/initNationalities.tw b/src/events/intro/initNationalities.tw index 9af750a76c0..1d6c358681d 100644 --- a/src/events/intro/initNationalities.tw +++ b/src/events/intro/initNationalities.tw @@ -241,7 +241,7 @@ <<set $arcologies[0].FSEgyptianRevivalistIncestPolicy = 0>> <<set $arcologies[0].FSEgyptianRevivalistInterest = 0>> -<<set $arcologies[0].ChildhoodFertilityInducedNCSResearch = 0>> +<<set $arcologies[0].childhoodFertilityInducedNCSResearch = 0>> /*Nationalities Setup*/ diff --git a/src/pregmod/theBlackMarket.tw b/src/pregmod/theBlackMarket.tw index 9c37d85fa91..bf11c5f2a22 100644 --- a/src/pregmod/theBlackMarket.tw +++ b/src/pregmod/theBlackMarket.tw @@ -164,10 +164,10 @@ Of all the wonders present, the thing that catches your eye the most is a shady <<if $geneticMappingUpgrade == 0>> You lack the facilities required for such a treatment to be effective on specific individuals. <<else>> - <<if $arcologies[0].ChildhoodFertilityInducedNCSResearch == 0>> + <<if $arcologies[0].childhoodFertilityInducedNCSResearch == 0>> <<if $cash >= 135000>> "_toydolls _match _norefunds"<br> - [[Purchase childhood fertility induced NCS|The Black Market][$cash -= 135000, $arcologies[0].ChildhoodFertilityInducedNCSResearch = 1, _dump = $merchantFSWares.delete("childFertilityInducedSyndromeX")]] //@@.yellowgreen;<<print cashFormat(135000)>>.@@//<br> + [[Purchase childhood fertility induced NCS|The Black Market][$cash -= 135000, $arcologies[0].childhoodFertilityInducedNCSResearch = 1, _dump = $merchantFSWares.delete("childFertilityInducedSyndromeX")]] //@@.yellowgreen;<<print cashFormat(135000)>>.@@//<br> <<else>> "_toydolls _match _norefunds Or, you know, come back with money."<br> You cannot afford the asking price of @@.red;<<print cashFormat(135000)>>@@ for the Childhood Fertility @@.orange;Induced NCS@@ (genetic engineering and hormonal blend) research recipe.<br> diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index 74705a120f8..dca7530621b 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -1054,8 +1054,8 @@ <<set $merchantIllegalWares.push("RapidCellGrowthFormula")>> <<set $merchantIllegalWares.push("PGHack")>> <</if>> -<<if ndef $arcologies[0].ChildhoodFertilityInducedNCSResearch>> - <<set $arcologies[0].ChildhoodFertilityInducedNCSResearch = 0>> +<<if ndef $arcologies[0].childhoodFertilityInducedNCSResearch>> + <<set $arcologies[0].childhoodFertilityInducedNCSResearch = 0>> <</if>> <<if $arcologies[0].childFertilityInducedNCSResearch>> <<unset $arcologies[0].childFertilityInducedNCSResearch>> diff --git a/src/uncategorized/dispensary.tw b/src/uncategorized/dispensary.tw index 26e07578017..0f9cbde8459 100644 --- a/src/uncategorized/dispensary.tw +++ b/src/uncategorized/dispensary.tw @@ -621,7 +621,7 @@ Implant Production <<else>> The fabricator is capable of mapping a slave's genes, identifying abnormalities and producing treatments to correct them. <br> - <<if $arcologies[0].ChildhoodFertilityInducedNCSResearch == 1>> + <<if $arcologies[0].childhoodFertilityInducedNCSResearch == 1>> The fabricator is capable of producing treatments to induce NCS. <br> <</if>> diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw index 5b8050e3efa..79d470862fd 100644 --- a/src/uncategorized/remoteSurgery.tw +++ b/src/uncategorized/remoteSurgery.tw @@ -1162,7 +1162,7 @@ $He has //$He's too unhealthy to undergo gene therapy// <<else>> Available treatments: - <<if $arcologies[0].ChildhoodFertilityInducedNCSResearch == 1>> + <<if $arcologies[0].childhoodFertilityInducedNCSResearch == 1>> <br> <<if $activeSlave.geneMods.NCS == 0>> [[Induced NCS Treatment|Surgery Degradation][$activeSlave.geneMods.NCS = 1,$cash -= $surgeryCost * 4, $activeSlave.health -= 80, $activeSlave.chem += 40,$surgeryType = "retrograde virus injection NCS"]] //This will induce @@.orange;NCS@@ in $his genetic code// -- GitLab