diff --git a/src/pregmod/geneLab.tw b/src/pregmod/geneLab.tw index d474d8cdfbabc3cf173fa5a45ee925adf41297a8..515d07cb73ff053c23120e0d3c8f72f57aa9ae41 100644 --- a/src/pregmod/geneLab.tw +++ b/src/pregmod/geneLab.tw @@ -1,7 +1,7 @@ :: Gene Lab [nobr] <<set $HackingSkillMultiplier = HSM()>> -<<set $nextButton = "Back", $nextLink = "Manage Penthouse", $showEncyclopedia = 1, $encyclopedia = "The Pharmaceutical Fab.", _PCSkillCheck = Math.max($upgradeMultiplierMedicine, $HackingSkillMultiplier)>> +<<set $nextButton = "Back", $nextLink = "Manage Penthouse", $showEncyclopedia = 1, $encyclopedia = "The Pharmaceutical Fab.", _PCSkillCheck = Math.min($upgradeMultiplierMedicine, $HackingSkillMultiplier)>> <br> The Gene Lab diff --git a/src/pregmod/implantManufactory.tw b/src/pregmod/implantManufactory.tw index 676b49a83b92a7f8a3a2675a47a5d0b0aeefa04c..b6baed36ebfcb1c7c3f9b54d1b1ca52fc5b5cc31 100644 --- a/src/pregmod/implantManufactory.tw +++ b/src/pregmod/implantManufactory.tw @@ -1,7 +1,7 @@ :: Implant Manufactory [nobr] <<set $HackingSkillMultiplier = HSM()>> -<<set $nextButton = "Back", $nextLink = "Manage Penthouse", $showEncyclopedia = 1, $encyclopedia = "The Pharmaceutical Fab.", _PCSkillCheck = Math.max($upgradeMultiplierMedicine, $HackingSkillMultiplier)>> +<<set $nextButton = "Back", $nextLink = "Manage Penthouse", $showEncyclopedia = 1, $encyclopedia = "The Pharmaceutical Fab.", _PCSkillCheck = Math.min($upgradeMultiplierMedicine, $HackingSkillMultiplier)>> <br> The Implant Manufactory diff --git a/src/pregmod/organFarm.tw b/src/pregmod/organFarm.tw index f43e77264a925ffd92ceeb2394c0ae4f658a0c4c..6a5ceca75b438a5ee47c2a466916fe2101cec10e 100644 --- a/src/pregmod/organFarm.tw +++ b/src/pregmod/organFarm.tw @@ -1,7 +1,7 @@ :: Organ Farm [nobr] <<set $HackingSkillMultiplier = HSM()>> -<<set $nextButton = "Back", $nextLink = "Manage Penthouse", $showEncyclopedia = 1, $encyclopedia = "The Pharmaceutical Fab.", _PCSkillCheck = Math.max($upgradeMultiplierMedicine, $HackingSkillMultiplier)>> +<<set $nextButton = "Back", $nextLink = "Manage Penthouse", $showEncyclopedia = 1, $encyclopedia = "The Pharmaceutical Fab.", _PCSkillCheck = Math.min($upgradeMultiplierMedicine, $HackingSkillMultiplier)>> <br> The Organ Farm diff --git a/src/uncategorized/dispensary.tw b/src/uncategorized/dispensary.tw index 38a30a2b38006893648f956af6f1c334ed31d9e7..3e99655d894a21c15ef206da6486969aae3e98c4 100644 --- a/src/uncategorized/dispensary.tw +++ b/src/uncategorized/dispensary.tw @@ -1,7 +1,7 @@ :: Dispensary [nobr] <<set $HackingSkillMultiplier = HSM()>> -<<set $nextButton = "Back", $nextLink = "Manage Penthouse", $showEncyclopedia = 1, $encyclopedia = "The Pharmaceutical Fab.", _PCSkillCheck = Math.max($upgradeMultiplierMedicine, $HackingSkillMultiplier)>> +<<set $nextButton = "Back", $nextLink = "Manage Penthouse", $showEncyclopedia = 1, $encyclopedia = "The Pharmaceutical Fab.", _PCSkillCheck = Math.min($upgradeMultiplierMedicine, $HackingSkillMultiplier)>> <br> The Dispensary