From f8879204b9e3a10ab5b7c859b940239748b9d38c Mon Sep 17 00:00:00 2001 From: hexall90 <hexall90@gmail.com> Date: Thu, 14 Sep 2017 16:41:41 -0400 Subject: [PATCH] Fixing fork inconsistencies --- src/uncategorized/saLiveWithHG.tw | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/uncategorized/saLiveWithHG.tw b/src/uncategorized/saLiveWithHG.tw index 516046ae9b1..d86610b0d1d 100644 --- a/src/uncategorized/saLiveWithHG.tw +++ b/src/uncategorized/saLiveWithHG.tw @@ -820,10 +820,6 @@ <<elseif ($HeadGirl.fetishKnown == 1) && ($HeadGirl.fetish == "submissive") && $slaves[$i].height < Math.clamp((Height.mean($slaves[$i]) * 1.25),0,274)>> $HeadGirl.slaveName has a subconscious need to be dominated by the biggest, strongest girl possible, so $pronoun gives $slaves[$i].slaveName injections of growth stimulants to make her grow taller. <<set $slaves[$i].drugs = "growth stimulants">> - <<if $slaves[$i].height < Math.clamp((Height.mean($slaves[$i]) * 1.25),0,274)>> - $HeadGirl.slaveName has a subconscious need to be dominated by the biggest, strongest girl possible, so $pronoun gives $slaves[$i].slaveName injections of growth stimulants, to make her grow taller. - <<set $slaves[$i].drugs = "growth stimulants">> - <</if>> <<elseif ($HeadGirl.fetishKnown == 1) && ($HeadGirl.fetish == "boobs") && ($slaves[$i].boobs < 8000)>> $HeadGirl.slaveName gives $slaves[$i].slaveName <<if $arcologies[0].FSAssetExpansionistResearch == 1>>hyper <</if>> tit injections, since as far as she's concerned there's no such thing as too much boob. <<if $arcologies[0].FSAssetExpansionistResearch == 1>> -- GitLab