Skip to content
Snippets Groups Projects
Commit 920fc958 authored by pregmodfan's avatar pregmodfan
Browse files

Link to buy fix.

parent 22d0f4eb
No related branches found
No related tags found
1 merge request!6639Fix for link not showing
......@@ -297,16 +297,16 @@ He gestures to a door in the back of the stall. "The good shit's back there<<if
<br>
<<if $BlackmarketPregAdaptation == 0 && $minimumSlaveAge <= 6>>
<<if $seePreg == 1>>
<<if $cash >= 120000 && $arcologies[0].FSRepopulationFocus < 60>>
<<if $cash >= 120000 && !($arcologies[0].FSRepopulationFocus >= 60)>>
[[Purchase documents regarding an incubator pregnancy adaptation module|The Black Market][cashX(-120000, "capEx"), $BlackmarketPregAdaptation = 1, _dump = $merchantIllegalWares.delete("BlackmarketPregAdaptation")]] //@@.yellowgreen;<<print cashFormat(120000)>>.@@//
<<elseif $cash < 120000>>
You cannot afford the asking price of @@.red;<<print cashFormat(120000)>>@@ for documentation on an incubator pregnancy adaptation module.
<</if>>
<br>"I'm not sure about this... but you still might be interested. Let me just begin with a story... Some time ago, there was a man with very pregnant girl in tow. Not so unusual in these days, but what made it really stand out was the girl's age — she couldn't have been any older then six! And looked ready to birth full sized triplets, no less. To top it all off, she did not look stressed by it at all, which was just amazing, given her size. The man said that he invented some sort of subsystem for those modern incubators to prep the occupant's body in a special way, and that this girl was a test subject. I do not understand much about this technical stuff, but the documentation seems legit enough. If you like, I can sell it to you; no guarantees though, on either the construction or the results."
<<if $arcologies[0].FSRepopulationFocus >= 60>>
<p> As pursuing repopulation focused society, you already have similar documentation in you possession. No reason to spend you money on dublicate. </p>
<p style="text-indent:2em"> As pursuing repopulation focused society, you already have similar documentation in you possession. No reason to spend you money on dublicate. </p>
<<elseif $incubatorUpgradeReproduction < 1 || $incubatorUpgradeOrgans < 1 || $dispensaryUpgrade < 1 || $bellyImplants < 1 || $incubatorUpgradeGrowthStims < 1>>
<p> You lack the facilities needed to manufacture something this complex, so though you can buy documentation, actual production of the incubator pregnancy adaptation module is currently out of your reach.</p>
<p style="text-indent:2em"> You lack the facilities needed to manufacture something this complex, so though you can buy documentation, actual production of the incubator pregnancy adaptation module is currently out of your reach.</p>
<</if>>
<<else>>
You have no interest in research that involves pregnancy.
......
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