From bd30993d0d1cfb5d9a433ef3314aa0f701504720 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sun, 3 Nov 2019 00:28:12 -0400
Subject: [PATCH] fix

---
 src/uncategorized/dispensary.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/uncategorized/dispensary.tw b/src/uncategorized/dispensary.tw
index e40ff2a52dd..23b024763d7 100644
--- a/src/uncategorized/dispensary.tw
+++ b/src/uncategorized/dispensary.tw
@@ -370,7 +370,7 @@ Future Societies Research
 <<if $arcologies[0].FSSlaveProfessionalismDecoration == 100>>
 	<<if ($arcologies[0].FSSlaveProfessionalismResearch == 0)>>
 		<<if ($rep >= 5000*_PCSkillCheck)>>
-			[[Fund research into producing an intelligence boosting compound|Dispensary][cashX(forceNeg(30000*_PCSkillCheck), "capEx"),$arcologies[0].FSSlimnessEnthusiastResearch = 1]] //Costs <<print cashFormat(30000*_PCSkillCheck)>>. Will allow the creation of a drug that improves mental faculties.//
+			[[Fund research into producing an intelligence boosting compound|Dispensary][cashX(forceNeg(60000*_PCSkillCheck), "capEx"),$arcologies[0].FSSlimnessEnthusiastResearch = 1]] //Costs <<print cashFormat(60000*_PCSkillCheck)>>. Will allow the creation of a drug that improves mental faculties.//
 			<br>
 		<<else>>
 			// You lack the reputation to access the research necessary to produce an intelligence boosting compound. //
@@ -391,7 +391,7 @@ Future Societies Research
 <<if $arcologies[0].FSSlimnessEnthusiastDecoration == 100>>
 	<<if ($arcologies[0].FSSlimnessEnthusiastResearch == 0)>>
 		<<if ($rep >= 5000*_PCSkillCheck)>>
-			[[Fund research into drug formulations for slimming slaves|Dispensary][cashX(forceNeg(60000*_PCSkillCheck), "capEx"),$arcologies[0].FSSlimnessEnthusiastResearch = 1]] //Costs <<print cashFormat(60000*_PCSkillCheck)>>. Will allow creation of drugs to shrink assets.//
+			[[Fund research into drug formulations for slimming slaves|Dispensary][cashX(forceNeg(30000*_PCSkillCheck), "capEx"),$arcologies[0].FSSlimnessEnthusiastResearch = 1]] //Costs <<print cashFormat(30000*_PCSkillCheck)>>. Will allow creation of drugs to shrink assets.//
 			<br>
 		<<else>>
 			// You lack the reputation to access the research necessary to develop asset reducing drug formulations. //
-- 
GitLab