From d72f3319f9f4083986ce198a75ae2b0e4e6ba8f4 Mon Sep 17 00:00:00 2001 From: kopareigns <kopareigns@gmail.com> Date: Tue, 19 Feb 2019 22:36:30 -0500 Subject: [PATCH] Reversed max/min --- src/pregmod/geneLab.tw | 2 +- src/pregmod/implantManufactory.tw | 2 +- src/pregmod/organFarm.tw | 2 +- src/uncategorized/dispensary.tw | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pregmod/geneLab.tw b/src/pregmod/geneLab.tw index d474d8cdfba..515d07cb73f 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 676b49a83b9..b6baed36ebf 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 f43e77264a9..6a5ceca75b4 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 38a30a2b380..3e99655d894 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 -- GitLab