From 246f18f9127ad1c966e81c1270ba44fd35f40079 Mon Sep 17 00:00:00 2001 From: hexall90 <hexall90@gmail.com> Date: Sun, 10 Sep 2017 16:36:29 +0200 Subject: [PATCH] Added drug abbreviation and ability for HG to use drug --- src/pregmod/widgets/slaveSummaryWidgets.tw | 2 ++ src/uncategorized/saLiveWithHG.tw | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/src/pregmod/widgets/slaveSummaryWidgets.tw b/src/pregmod/widgets/slaveSummaryWidgets.tw index dfbaf51662e..0a35748d07e 100644 --- a/src/pregmod/widgets/slaveSummaryWidgets.tw +++ b/src/pregmod/widgets/slaveSummaryWidgets.tw @@ -396,6 +396,8 @@ Release rules: _Slave.releaseRules. ''Dr:Butt-'' <<case "sag-B-gone">> ''Dr:AntiSag'' + <<case "growth stimulants">> + ''Dr:groStim'' <</switch>> <<if _Slave.curatives == 2>> ''Cura'' diff --git a/src/uncategorized/saLiveWithHG.tw b/src/uncategorized/saLiveWithHG.tw index f38aa46a78e..c981ec983d2 100644 --- a/src/uncategorized/saLiveWithHG.tw +++ b/src/uncategorized/saLiveWithHG.tw @@ -765,6 +765,16 @@ <<elseif ($HeadGirl.fetishKnown == 1) && ($HeadGirl.fetish == "cumslut") && $slaves[$i].balls < 10 && $slaves[$i].balls > 0 && $slaves[$i].dick > 0>> $HeadGirl.slaveName gives $slaves[$i].slaveName testicle injections, since she wants $slaves[$i].slaveName shooting bigger loads. <<set $slaves[$i].drugs = "testicle enhancement">> + <<elseif ($HeadGirl.fetishKnown == 1) && ($HeadGirl.fetish == "masochist")>> + <<if $slaves[$i].height < Math.clamp((Height.mean($slaves[$i]) * 1.25),0,274)>> + $HeadGirl.slaveName has a subconscious need to be hurt 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 == "submissive")>> + <<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