From 37c9d811675a5d4ae3688d56c46254ba0b116d47 Mon Sep 17 00:00:00 2001
From: klorpa <klorpa@yahoo.com>
Date: Tue, 3 Apr 2018 23:15:52 -0400
Subject: [PATCH] Update theBlackMarket.tw

---
 src/pregmod/theBlackMarket.tw | 32 +++++++++++++++++++++++++++++---
 1 file changed, 29 insertions(+), 3 deletions(-)

diff --git a/src/pregmod/theBlackMarket.tw b/src/pregmod/theBlackMarket.tw
index 241b8156ed8..26268ff5124 100644
--- a/src/pregmod/theBlackMarket.tw
+++ b/src/pregmod/theBlackMarket.tw
@@ -32,10 +32,10 @@ Of all the wonders present, the thing that catches your eye the most is a shady
 			<<if $thisWeeksFSWares[_bm] == "GenderRadicalistResearch">>
 				<<if $seePreg != 0 && $arcologies[0].FSGenderRadicalistResearch == 0>>
 					<<if $organFarmUpgrade > 0>>
-						<<if $cash < 100000>>
-							[[Purchase schematics for anal pregnancy|The Black Market][$cash -= 100000, $arcologies[0].FSGenderRadicalistResearch = 1, _dump = $merchantFSWares.delete("GenderRadicalistResearch")]] //<<print cashFormat(100000)>>.//
+						<<if $cash < 75000>>
+							[[Purchase schematics for anal pregnancy|The Black Market][$cash -= 75000, $arcologies[0].FSGenderRadicalistResearch = 1, _dump = $merchantFSWares.delete("GenderRadicalistResearch")]] //<<print cashFormat(75000)>>.//
 						<<else>>
-							You can not afford the asking price of <<print cashFormat(100000)>> for anal pregnancy schematics. "No discounts. No haggling. No price naming. Take it or leave it."
+							You can not afford the asking price of <<print cashFormat(75000)>> for anal pregnancy schematics. "No discounts. No haggling. No price naming. Take it or leave it."
 						<</if>>
 					<<else>>
 						You lack the facilities needed to grow organs, so anal pregnancy schematics are currently out of your reach.
@@ -76,6 +76,32 @@ Of all the wonders present, the thing that catches your eye the most is a shady
 					<<set _dump = $merchantFSWares.delete("AssetExpansionistResearch")>>
 				<</if>>
 			<</if>>
+			<<if $thisWeeksFSWares[_bm] == "SlimnessEnthusiastResearch">>
+				<<if $arcologies[0].FSSlimnessEnthusiastResearch == 0>>
+						<<if $cash < 75000>>
+							[[Purchase formulas for growth reversing drugs|The Black Market][$cash -= 75000, $arcologies[0].FSSlimnessEnthusiastResearch = 1, _dump = $merchantFSWares.delete("SlimnessEnthusiastResearch")]] //<<print cashFormat(75000)>>.//
+						<<else>>
+							You can not afford the asking price of <<print cashFormat(75000)>> for growth reversing drug formulas. "<<if $PC.boobsBonus > 0>>Guess you'll be keeping those knockers for now, <<if $PC.title == 0>>little miss top heavy<<else>>mr busty<<else>>Guess you don't mind sore backs. Leads to less sore knees, from what I've heard<</if>>."
+						<</if>>
+					<</if>>
+				<<else>>
+					You already possess formulas for growth reversing drugs.
+					<<set _dump = $merchantFSWares.delete("SlimnessEnthusiastResearch")>>
+				<</if>>
+			<</if>>
+			<<if $thisWeeksFSWares[_bm] == "YouthPreferentialistResearch">>
+				<<if $arcologies[0].FSYouthPreferentialistResearch == 0>>
+						<<if $cash < 45000>>
+							[[Purchase formulas for growth reversing drugs|The Black Market][$cash -= 45000, $arcologies[0].FSYouthPreferentialistResearch = 1, _dump = $merchantFSWares.delete("YouthPreferentialistResearch")]] //<<print cashFormat(45000)>>.//
+						<<else>>
+							You can not afford the asking price of <<print cashFormat(45000)>> for growth reversing drug formulas. "<<if $PC.visualAge > 40>>Those wrinkles don't look that bad on you, so don't worry about not being able to afford this<<else>>Just tell them they look young, and well, don't give them any mirrors. Probably should keep your money troubles from them too<</if>>."
+						<</if>>
+					<</if>>
+				<<else>>
+					You already possess formulas for growth reversing drugs.
+					<<set _dump = $merchantFSWares.delete("YouthPreferentialistResearch")>>
+				<</if>>
+			<</if>>
 		<</for>>
 	<<else>>
 		You appear to already possess all the societal based schematics he has to offer.
-- 
GitLab