From ef54ce95a129181e5d022cd0a65090eb46d729a4 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Fri, 1 Feb 2019 00:11:50 -0500 Subject: [PATCH] fixed bad link pointer and incorrect size limits --- src/uncategorized/seWedding.tw | 2 +- src/uncategorized/slaveInteract.tw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uncategorized/seWedding.tw b/src/uncategorized/seWedding.tw index df25345e6c8..a52b1f0ec80 100644 --- a/src/uncategorized/seWedding.tw +++ b/src/uncategorized/seWedding.tw @@ -1,6 +1,6 @@ :: SE wedding [nobr] -<<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Scheduled Event">> +<<set $nextButton = "Continue", $nextLink = "Scheduled Event">> <<set _ML = $marrying.length>> <<if _ML == 1>> diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 075b559b56d..a88cb9b211e 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -1116,7 +1116,7 @@ | Breasts <</if>> <<if $arcologies[0].FSAssetExpansionistResearch == 1>> - <<if ($activeSlave.boobs < 25000)>> + <<if ($activeSlave.boobs < 48000)>> | <<link "Hyper-Breasts">><<set $activeSlave.drugs = "hyper breast injections">><<SlaveInteractDrugs>><</link>> <<else>> | Hyper Breasts -- GitLab