Skip to content
Snippets Groups Projects
Commit 301d6460 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-master' into 'pregmod-master'

Pregmod v1016-10

See merge request !436
parents ea11579c c284b5ac
No related branches found
No related tags found
No related merge requests found
:: SE FCTV Install [nobr] :: SE FCTV Install [nobr]
<<set $nextButton = "Continue", $nextLink = "Scheduled Event", $returnTo = "Scheduled Event", $showEncyclopedia = 1, $encyclopedia = "FCTV">> <<set $nextButton = "Continue", $nextLink = "Scheduled Event", $returnTo = "Scheduled Event", $showEncyclopedia = 1, $encyclopedia = "FCTV", $receiverAvailable = 1>>
<<set $showOne = 0, $showTwo = 0, $showThree = 0, $showFour = 0, $showFive = 0, $showSix = 0, $showSeven = 0, $showEight = 0, $showNine = 0, $showTen = 0, $randShow = 0, $lastShow = -1>> <<set $showOne = 0, $showTwo = 0, $showThree = 0, $showFour = 0, $showFive = 0, $showSix = 0, $showSeven = 0, $showEight = 0, $showNine = 0, $showTen = 0, $randShow = 0, $lastShow = -1>>
You've been sitting in your office into the early afternoon going over bothersome lease documents that need your approval. When you take a break to look out the window, $assistantName speaks up. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>, you have received an approval welcome packet from 8HGG Inc in regards to Free Cities TV. It seems that they've determined that $arcologies[0].name is now sufficiently developed enough to warrant a FCTV-Citizen connection. All the details and contracts necessary are included in the packet." You nod in acknowledgement. You've been sitting in your office into the early afternoon going over bothersome lease documents that need your approval. When you take a break to look out the window, $assistantName speaks up. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>, you have received an approval welcome packet from 8HGG Inc in regards to Free Cities TV. It seems that they've determined that $arcologies[0].name is now sufficiently developed enough to warrant a FCTV-Citizen connection. All the details and contracts necessary are included in the packet." You nod in acknowledgement.
<br><br> <br><br>
[[You'll look into it.|Scheduled Event][$receiverAvailable = 1]] [[You'll look into it.|Scheduled Event]]
<br>[[You've never heard of FCTV.|Scheduled Event][$receiverAvailable = 0]] This option will disable FCTV content <br><br><i>While FCTV excludes any dick-based, hyperpregnancy, and extreme content based on your settings, it may still hint at that content. If you wish to be absolutely sure, don't watch FCTV or do not install the receiver.</i>
<br><br><i>While FCTV excludes any dick-based, hyperpregnancy, and extreme content based on your settings, it may still hint at that content. If you wish to be absolutely sure, disable FCTV.</i>
...@@ -168,11 +168,10 @@ ...@@ -168,11 +168,10 @@
<<NationalityToRace $activeSlave>> <<NationalityToRace $activeSlave>>
/* Corporate slavegen with race selection */ /* Corporate slavegen with race selection */
<<if passage() == "Corporate Market" && ($captureUpgradeRace != "unselected") && ($captureUpgradeRace != "none")>> <<if passage() == "Corporate Market" && ($captureUpgradeRace != "unselected") && ($captureUpgradeRace != "none")>>
/* Disabled for now
<<if $captureUpgradeRace == "mixed race">> <<if $captureUpgradeRace == "mixed race">>
<<set $activeSlave.race = "mixed race">> <<set $activeSlave.race = "mixed race">>
<<else>> <<else>>
<<set _capUpgradeCheck = State.variables[$captureUpgradeRace.toLowerCase().replace(/[ -]/g, '')+'Nationalities']>> <<set _capUpgradeCheck = setup[$captureUpgradeRace.toLowerCase().replace(/[ -]/g, '')+'Nationalities']>>
<<set _capUpgradeNationalities = []>> <<set _capUpgradeNationalities = []>>
<<for _u = 0; _u < _capUpgradeCheck.length; _u++>> <<for _u = 0; _u < _capUpgradeCheck.length; _u++>>
<<set _capNation = _capUpgradeCheck[_u]>> <<set _capNation = _capUpgradeCheck[_u]>>
...@@ -186,7 +185,6 @@ ...@@ -186,7 +185,6 @@
<<set $activeSlave.nationality = _capUpgradeCheck.random(), $activeSlave.race = $captureUpgradeRace>> <<set $activeSlave.nationality = _capUpgradeCheck.random(), $activeSlave.race = $captureUpgradeRace>>
<</if>> <</if>>
<</if>> <</if>>
*/
<<if $activeSlave.race != $captureUpgradeRace>> <<if $activeSlave.race != $captureUpgradeRace>>
<<set $activeSlave.race = $captureUpgradeRace>> <<set $activeSlave.race = $captureUpgradeRace>>
<</if>> <</if>>
......
...@@ -172,11 +172,10 @@ ...@@ -172,11 +172,10 @@
<<NationalityToRace $activeSlave>> <<NationalityToRace $activeSlave>>
/* Corporate slavegen with race selection */ /* Corporate slavegen with race selection */
<<if passage() == "Corporate Market" && ($captureUpgradeRace != "unselected") && ($captureUpgradeRace != "none")>> <<if passage() == "Corporate Market" && ($captureUpgradeRace != "unselected") && ($captureUpgradeRace != "none")>>
/* Disabled for now
<<if $captureUpgradeRace == "mixed race">> <<if $captureUpgradeRace == "mixed race">>
<<set $activeSlave.race = "mixed race">> <<set $activeSlave.race = "mixed race">>
<<else>> <<else>>
<<set _capUpgradeCheck = State.variables[$captureUpgradeRace.toLowerCase().replace(/[ -]/g, '')+'Nationalities']>> <<set _capUpgradeCheck = setup[$captureUpgradeRace.toLowerCase().replace(/[ -]/g, '')+'Nationalities']>>
<<set _capUpgradeNationalities = []>> <<set _capUpgradeNationalities = []>>
<<for _u = 0; _u < _capUpgradeCheck.length; _u++>> <<for _u = 0; _u < _capUpgradeCheck.length; _u++>>
<<set _capNation = _capUpgradeCheck[_u]>> <<set _capNation = _capUpgradeCheck[_u]>>
...@@ -190,7 +189,6 @@ ...@@ -190,7 +189,6 @@
<<set $activeSlave.nationality = _capUpgradeCheck.random(), $activeSlave.race = $captureUpgradeRace>> <<set $activeSlave.nationality = _capUpgradeCheck.random(), $activeSlave.race = $captureUpgradeRace>>
<</if>> <</if>>
<</if>> <</if>>
*/
<<if $activeSlave.race != $captureUpgradeRace>> <<if $activeSlave.race != $captureUpgradeRace>>
<<set $activeSlave.race = $captureUpgradeRace>> <<set $activeSlave.race = $captureUpgradeRace>>
<</if>> <</if>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment