From 9edb15f3a70f6e189fbcea8622f877e996e8f20e Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Mon, 2 Apr 2018 20:42:06 -0400 Subject: [PATCH] I'm not correcting text files. --- src/pregmod/theBlackMarket.tw | 2 +- src/uncategorized/neighborsDevelopment.tw | 4 ++-- src/uncategorized/wardrobeUse.tw | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pregmod/theBlackMarket.tw b/src/pregmod/theBlackMarket.tw index 1a975a8f91a..0dbf295ffd2 100644 --- a/src/pregmod/theBlackMarket.tw +++ b/src/pregmod/theBlackMarket.tw @@ -2,7 +2,7 @@ <<set $nextButton = "Back", $nextLink = "Buy Slaves", $returnTo = "Buy Slaves", $showEncyclopedia = 1, $encyclopedia = "The Black Market">> -You board your VTOL bird for the trip the the current location of the particularly exclusive, and quite lucrative, Black Market knowing full well that the trip may take far longer than anticipated; the market frequently relocates to shake the unwanted attention it inevitably gains. It's far easier than paying off authorities, especially with how outrageous their demands have become with the decline of the Old World. You're greeting by a gruff bouncer, already fully aware of just who you are and your permission to be there. "Check your weapons - No firearms allowed inside.<<if $Bodyguard != 0>> She may keep her blade, "he gesture to $Bodyguard.slaveName, "but keep in mind. If you cause us trouble, you will not be going home in one piece.<<if $Bodyguard.amp <= -4>>" He taps his clearly bionic arm. "Disable her weapons systems. I know what she is capable of.<</if>><</if>>" +You board your VTOL bird for the trip the the current location of the particularly exclusive, and quite lucrative, Black Market knowing full well that the trip may take far longer than anticipated; the market frequently relocates to shake the unwanted attention it inevitably gains. It's far easier than paying off authorities, especially with how outrageous their demands have become with the decline of the Old World. You're greeting by a gruff bouncer, already fully aware of just who you are and your permission to be there. "Check your weapons - No firearms allowed inside.<<if $Bodyguard != 0>> She may keep her blade," he gestures to $Bodyguard.slaveName, "but keep in mind. If you cause us trouble, you will not be going home in one piece.<<if $Bodyguard.amp <= -4>>" He taps his clearly bionic arm. "Disable her weapons systems. I know what she is capable of.<</if>><</if>>" <br><br> diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw index 3b1f0488df6..3ff1e4860dc 100644 --- a/src/uncategorized/neighborsDevelopment.tw +++ b/src/uncategorized/neighborsDevelopment.tw @@ -522,7 +522,7 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(Math.trunc((0.1*$arcol <</if>> You target $arcologies[$i].name for @@.yellow;digital economic warfare,@@ successfully raiding its coffers for @@.yellowgreen;<<print cashFormat(_WarSpoils)>>@@ this week. <<if _redHanded == 1>> - A successful trace back to your arcology has has exposed your actions, @@.red;damaging your reputation@@ and @@.red;scaring away potential investors.@@ + A successful trace back to your arcology has exposed your actions, @@.red;damaging your reputation@@ and @@.red;scaring away potential investors.@@ <<if $secExp == 1>> To add insult to injury, @@.red;your authority has been weakened@@ and your actions have painted your arcology as a @@.red;haven for crime.@@ <</if>> @@ -558,7 +558,7 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(Math.trunc((0.1*$arcol <</if>> You target $arcologies[$i].name's leadership for @@.yellow;character assassination@@ in an attempt to destabilize the arcology. <<if _redHanded == 1>> - A successful trace back to your arcology has has exposed your actions, @@.red;damaging your reputation@@ and @@.red;scaring away potential investors.@@ + A successful trace back to your arcology has exposed your actions, @@.red;damaging your reputation@@ and @@.red;scaring away potential investors.@@ <<if $secExp == 1>> To add insult to injury, @@.red;your authority has been weakened@@ and your actions have painted your arcology as a @@.red;haven for crime.@@ <</if>> diff --git a/src/uncategorized/wardrobeUse.tw b/src/uncategorized/wardrobeUse.tw index 2ba5d839121..21166aaaa22 100644 --- a/src/uncategorized/wardrobeUse.tw +++ b/src/uncategorized/wardrobeUse.tw @@ -319,7 +319,7 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.'' <</if>> /* Display an HTML5 color picker */ /* This is hackish due to direct accessment of SugarCube internal data structure. Improvements are welcome. */ - <<print '<input type="color" value="'+_clothingBaseColor+'" onInput="State.variables.activeSlave.clothingBaseColor = event.target.value;">'>> + <<print '<input type="color" value="'+_clothingBaseColor+'" onInput="SugarCube.State.variables.activeSlave.clothingBaseColor = event.target.value;">'>> <<link "use default color">> <<run delete $activeSlave.clothingBaseColor >> /* reload passage to display everything correctly */ @@ -501,7 +501,7 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.'' <</if>> /* Display an HTML5 color picker */ /* This is hackish due to direct accessment of SugarCube internal data structure. Improvements are welcome. */ - <<print '<input type="color" value="'+_shoeColour+'" onInput="State.variables.activeSlave.shoeColor = event.target.value;">'>> + <<print '<input type="color" value="'+_shoeColour+'" onInput="SugarCube.State.variables.activeSlave.shoeColor = event.target.value;">'>> <<link "use default color">> <<run delete $activeSlave.shoeColor >> /* reload passage to display everything correctly */ -- GitLab