From 89eb0672bbea65b06431dd52b20147f891d8231e Mon Sep 17 00:00:00 2001 From: klorpa <30924131+klorpa@users.noreply.github.com> Date: Tue, 2 Jul 2019 22:56:49 -0500 Subject: [PATCH] Inflated --- src/facilities/nursery/childInteract.tw | 1 - src/pregmod/fillUpButt.tw | 2 ++ src/uncategorized/saLongTermEffects.tw | 6 +++--- src/uncategorized/slaveInteract.tw | 1 - src/utility/miscWidgets.tw | 1 - 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/facilities/nursery/childInteract.tw b/src/facilities/nursery/childInteract.tw index f3911e15d85..11035cf9cda 100644 --- a/src/facilities/nursery/childInteract.tw +++ b/src/facilities/nursery/childInteract.tw @@ -142,7 +142,6 @@ <<if ($activeChild.inflation < 3 && $activeChild.pregKnown == 0 && $activeChild.bellyImplant < 1500) || ($activeChild.inflation < 1)>> <<if $activeChild.inflationType == "urine" || $activeChild.inflationType == "none">> | <<link "Fill $his ass with urine">><<set $activeChild.inflationType = "urine">><<set $activeChild.inflationMethod = 2>><<replace "#miniscene">><<set $childSex = 1>><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> - | <<link "Force-feed $him urine">><<set $activeChild.inflationType = "urine">><<set $activeChild.inflationMethod = 1>><<replace "#miniscene">><<set $childSex = 1>><<include "FillUpFace">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <</if>> <</if>> diff --git a/src/pregmod/fillUpButt.tw b/src/pregmod/fillUpButt.tw index 6c1516dc185..647537dc06d 100644 --- a/src/pregmod/fillUpButt.tw +++ b/src/pregmod/fillUpButt.tw @@ -14,6 +14,8 @@ You <</if>> <<case "cum" "milk">> attach a hose to $dairyName tap with the pipes set to pump $activeSlave.inflationType, +<<case "urine">> + attach a hose to your penthouse's plumbing tap, <</switch>> before calling $him over so you can play with $his <<if $activeSlave.butt < 2>> diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index f671dd0d4c1..7e840e45d79 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -4573,7 +4573,7 @@ <<if setup.fakeBellies.includes($bellyAccessory)>> $He has trouble keeping $himself full of <<switch $slaves[$i].inflationType>> - <<case "cum" "food" "milk" "water">> + <<case "cum" "food" "milk" "urine" "water">> $slaves[$i].inflationType <<default>> <<print $slaves[$i].inflationType>>s @@ -4596,7 +4596,7 @@ <<if $slaves[$i].fetish == "humiliation">> Having to walk around with a belly full of <<switch $slaves[$i].inflationType>> - <<case "cum" "milk" "water" "food">> + <<case "cum" "food" "milk" "urine" "water">> $slaves[$i].inflationType <<default>> <<print $slaves[$i].inflationType>>s @@ -4616,7 +4616,7 @@ <<else>> Having to walk around with a belly full of <<switch $slaves[$i].inflationType>> - <<case "cum" "food" "milk" "water">> + <<case "cum" "food" "milk" "urine" "water">> $slaves[$i].inflationType <<default>> <<print $slaves[$i].inflationType>>s diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 969e895d012..7c06d1f96c2 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -204,7 +204,6 @@ <<if ($activeSlave.inflation < 3 && $activeSlave.pregKnown == 0 && $activeSlave.bellyImplant < 1500) || ($activeSlave.inflation < 1)>> <<if $activeSlave.inflationType == "urine" || $activeSlave.inflationType == "none">> | <<link "Fill $his ass with urine">><<set $activeSlave.inflationType = "urine">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> - | <<link "Force-feed $him urine">><<set $activeSlave.inflationType = "urine">><<set $activeSlave.inflationMethod = 1>><<replace "#miniscene">><<include "FillUpFace">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <</if>> <</if>> diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw index 9a918a7707f..dc51a4e1933 100644 --- a/src/utility/miscWidgets.tw +++ b/src/utility/miscWidgets.tw @@ -77,7 +77,6 @@ Call as <<SlaveInteractImpreg>> <<if ($activeSlave.inflation < 3 && $activeSlave.pregKnown == 0 && $activeSlave.bellyImplant < 1500) || ($activeSlave.inflation < 1)>> <<if $activeSlave.inflationType == "urine" || $activeSlave.inflationType == "none">> | <<link "Fill $his ass with urine">><<set $activeSlave.inflationType = "urine">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> - | <<link "Force-feed $him urine">><<set $activeSlave.inflationType = "urine">><<set $activeSlave.inflationMethod = 1>><<replace "#miniscene">><<include "FillUpFace">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <</if>> <</if>> /* wcPiping == 1 */ -- GitLab