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

fix

parent cbbc765e
No related branches found
No related tags found
No related merge requests found
......@@ -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. //
......
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