From 4c5a8eab4fc04f60a7535f32a4c9d37a9aca26f8 Mon Sep 17 00:00:00 2001 From: klorpa <30924131+klorpa@users.noreply.github.com> Date: Tue, 23 Apr 2019 22:41:16 -0500 Subject: [PATCH] PregmodStuff --- src/pregmod/electiveSurgery.tw | 40 ++++++++++---------- src/pregmod/fMarry.tw | 12 +++--- src/pregmod/huskSlave.tw | 2 +- src/pregmod/huskSlaveSwapWorkaround.tw | 2 +- src/pregmod/incubator.tw | 10 ++--- src/pregmod/killedSlave.tw | 2 +- src/pregmod/managePersonalAffairs.tw | 4 +- src/pregmod/organFarmOptions.tw | 50 ++++++++++++------------- src/pregmod/pcSurgeryDegredation.tw | 12 +++--- src/pregmod/reLegendaryWomb.tw | 10 ++--- src/pregmod/reMaleArcologyOwner.tw | 4 +- src/pregmod/reMaleCitizenHookup.tw | 2 +- src/pregmod/rePregInventor.tw | 8 ++-- src/pregmod/slaveSlaveSwapWorkaround.tw | 2 +- src/pregmod/theBlackMarket.tw | 30 +++++++-------- 15 files changed, 95 insertions(+), 95 deletions(-) diff --git a/src/pregmod/electiveSurgery.tw b/src/pregmod/electiveSurgery.tw index 8f16e18af63..0310aa43f6f 100644 --- a/src/pregmod/electiveSurgery.tw +++ b/src/pregmod/electiveSurgery.tw @@ -45,7 +45,7 @@ You're @@.orange;$PC.actualAge years old.@@ <br>[[Undo Facial surgery|PC Surgery Degradation][$PC.faceImplant = 0, $PC.visualAge = $PC.physicalAge, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "restoreFace"]] <<elseif $PC.visualAge < $PC.actualAge>> You've had surgery to make yourself @@.lime;look younger.@@ - <br>[[Undo Facial surgery|PC Surgery Degradation][$PC.faceImplant = 0, $PC.visualAge = $PC.physicalAge, cashX(-forceNeg(5000), "PCmedical"), $surgeryType = "restoreFace"]] + <br>[[Undo Facial surgery|PC Surgery Degradation][$PC.faceImplant = 0, $PC.visualAge = $PC.physicalAge, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "restoreFace"]] <<else>> You could undergo facial surgery to make yourself look older, though you could also make yourself look even younger. <br>[[Remodel your face to appear younger|PC Surgery Degradation][$PC.faceImplant = 1, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "ageDown"]] | [[Remodel your face to appear older|PC Surgery Degradation][$PC.faceImplant = 1, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "ageUp"]] @@ -150,28 +150,28 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original <<elseif $PC.boobsBonus == 2>> <<if $PC.boobsImplant == 1>> You have a @@.orange;pair of rounded G-cup breasts;@@ they are a little too perky for their size to pass as natural. - <br>[[Have your implants removed|PC Surgery Degradation][$PC.boobsBonus = 0, $PC.boobsImplant = 0, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "breastReductionImplant"]] | [[Get the next size up|PC Surgery Degradation][$PC.boobsBonus = 3, cashX(-10000, "PCmedical"), $surgeryType = "breastEnlargementImplant"]] + <br>[[Have your implants removed|PC Surgery Degradation][$PC.boobsBonus = 0, $PC.boobsImplant = 0, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "breastReductionImplant"]] | [[Get the next size up|PC Surgery Degradation][$PC.boobsBonus = 3, cashX(forceNeg(10000), "PCmedical"), $surgeryType = "breastEnlargementImplant"]] <<else>> You have a @@.orange;huge G-cup bust.@@ - <br>[[Add additional breast tissue|PC Surgery Degradation][$PC.boobsBonus = 3, cashX(-15000, "PCmedical"), $surgeryType = "breastEnlargement"]] | [[Have tissue removed|PC Surgery Degradation][$PC.boobsBonus = 1, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "breastShrinkage"]] + <br>[[Add additional breast tissue|PC Surgery Degradation][$PC.boobsBonus = 3, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "breastEnlargement"]] | [[Have tissue removed|PC Surgery Degradation][$PC.boobsBonus = 1, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "breastShrinkage"]] <</if>> <<elseif $PC.boobsBonus == 1>> <<if $PC.boobsImplant == 1>> You have a @@.orange;pair of perky F-cup breasts;@@ you can barely tell they are implanted. - <br>[[Have your implants removed|PC Surgery Degradation][$PC.boobsBonus = 0, $PC.boobsImplant = 0, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "breastReductionImplant"]] | [[Get the next size up|PC Surgery Degradation][$PC.boobsBonus = 2, cashX(-10000, "PCmedical"), $surgeryType = "breastEnlargementImplant"]] + <br>[[Have your implants removed|PC Surgery Degradation][$PC.boobsBonus = 0, $PC.boobsImplant = 0, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "breastReductionImplant"]] | [[Get the next size up|PC Surgery Degradation][$PC.boobsBonus = 2, cashX(forceNeg(10000), "PCmedical"), $surgeryType = "breastEnlargementImplant"]] <<else>> You have a @@.orange;hefty F-cup bust.@@ - <br>[[Add additional breast tissue|PC Surgery Degradation][$PC.boobsBonus = 2, cashX(-15000, "PCmedical"), $surgeryType = "breastEnlargement"]] | [[Have tissue removed|PC Surgery Degradation][$PC.boobsBonus = 0, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "breastShrinkage"]] + <br>[[Add additional breast tissue|PC Surgery Degradation][$PC.boobsBonus = 2, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "breastEnlargement"]] | [[Have tissue removed|PC Surgery Degradation][$PC.boobsBonus = 0, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "breastShrinkage"]] <</if>> <<elseif $PC.boobsBonus == -1>> You have a @@.orange;pair of D-cup breasts.@@ - <br>[[Add additional fatty tissue|PC Surgery Degradation][$PC.boobsBonus = 0, cashX(-15000, "PCmedical"), $surgeryType = "breastEnlargement"]] | [[Have fatty tissue removed|PC Surgery Degradation][$PC.boobsBonus = -2, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "breastShrinkage"]] | [[Have them removed|PC Surgery Degradation][$PC.boobs = 0, $PC.boobsBonus = 0, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "flatChest"]] + <br>[[Add additional fatty tissue|PC Surgery Degradation][$PC.boobsBonus = 0, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "breastEnlargement"]] | [[Have fatty tissue removed|PC Surgery Degradation][$PC.boobsBonus = -2, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "breastShrinkage"]] | [[Have them removed|PC Surgery Degradation][$PC.boobs = 0, $PC.boobsBonus = 0, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "flatChest"]] <<elseif $PC.boobsBonus == -2>> You have a @@.orange;average pair of C-cup breasts.@@ <br>[[Add additional fatty tissue|PC Surgery Degradation][$PC.boobsBonus = -1, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "breastEnlargement"]] | [[Have fatty tissue removed|PC Surgery Degradation][$PC.boobsBonus = -3, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "breastShrinkage"]] | [[Have them removed|PC Surgery Degradation][$PC.boobs = 0, $PC.boobsBonus = 0, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "flatChest"]] <<elseif $PC.boobsBonus == -3>> You have a @@.orange;small pair of B-cup breasts.@@ - <br>[[Add additional fatty tissue|PC Surgery Degradation][$PC.boobsBonus = -2, cashX(-15000, "PCmedical"), $surgeryType = "breastEnlargement"]] | [[Have them removed|PC Surgery Degradation][$PC.boobs = 0, $PC.boobsBonus = 0, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "flatChest"]] | //You lack sufficient fatty tissue to permit additional size reduction short of total breast removal.// + <br>[[Add additional fatty tissue|PC Surgery Degradation][$PC.boobsBonus = -2, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "breastEnlargement"]] | [[Have them removed|PC Surgery Degradation][$PC.boobs = 0, $PC.boobsBonus = 0, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "flatChest"]] | //You lack sufficient fatty tissue to permit additional size reduction short of total breast removal.// <<elseif $PC.boobs == 1>> You have a @@.orange;big pair of DD-cup breasts.@@ <br>[[Get a pair of breast implants|PC Surgery Degradation][$PC.boobsBonus = 1, $PC.boobsImplant = 1, cashX(forceNeg(10000), "PCmedical"), $surgeryType = "breastEnlargementImplant"]] | [[Add additional breast tissue|PC Surgery Degradation][$PC.boobsBonus = 1, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "breastEnlargement"]] | [[Have fatty tissue removed|PC Surgery Degradation][$PC.boobsBonus = -1, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "breastShrinkage"]] | [[Have them removed|PC Surgery Degradation][$PC.boobs = 0, $PC.boobsBonus = 0, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "flatChest"]] @@ -274,7 +274,7 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original <br>[[Have your implants removed|PC Surgery Degradation][$PC.butt = 0, $PC.buttImplant = 0, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "buttReductionImplant"]] | [[Get the next size up|PC Surgery Degradation][$PC.butt = 3, cashX(forceNeg(10000), "PCmedical"), $surgeryType = "buttEnlargementImplant"]] <<else>> You have a @@.orange;huge, soft butt.@@ - <br>[[Add additional fatty tissue|PC Surgery Degradation][$PC.butt = 3, cashX(-15000, "PCmedical"), $surgeryType = "buttEnlargement"]] | [[Have fat removed|PC Surgery Degradation][$PC.butt = 1, cashX(-5000, "PCmedical"), $surgeryType = "buttShrinkage"]] + <br>[[Add additional fatty tissue|PC Surgery Degradation][$PC.butt = 3, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "buttEnlargement"]] | [[Have fat removed|PC Surgery Degradation][$PC.butt = 1, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "buttShrinkage"]] <</if>> <<elseif $PC.butt == 1>> <<if $PC.buttImplant == 1>> @@ -282,7 +282,7 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original <br>[[Have your implants removed|PC Surgery Degradation][$PC.butt = 0, $PC.buttImplant = 0, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "buttReductionImplant"]] | [[Get the next size up|PC Surgery Degradation][$PC.butt = 2, cashX(forceNeg(10000), "PCmedical"), $surgeryType = "buttEnlargementImplant"]] <<else>> You have a @@.orange;big butt.@@ - <br>[[Add additional fatty tissue|PC Surgery Degradation][$PC.butt = 2, cashX(-15000, "PCmedical"), $surgeryType = "buttEnlargement"]] | [[Have fat removed|PC Surgery Degradation][$PC.butt = 0, cashX(-5000, "PCmedical"), $surgeryType = "buttShrinkage"]] + <br>[[Add additional fatty tissue|PC Surgery Degradation][$PC.butt = 2, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "buttEnlargement"]] | [[Have fat removed|PC Surgery Degradation][$PC.butt = 0, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "buttShrinkage"]] <</if>> <<else>> You have a @@.orange;cute, but normal butt.@@ At your request, fat could be added until you have a healthy rear; alternatively, a pair of implants could be inserted instead. @@ -298,22 +298,22 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original <</if>> <<if $PC.balls > 2 && $PC.ballsImplant > 3>> You have a @@.orange;monstrous, massive pair of balls@@ roughly the size of small watermelons; it's impossible to sit normally so you've had to buy special chairs, you've given up on wearing pants, and they're so obvious that people probably assume they're fake, but every slave you fuck gets a distended belly from all the cum you pump into them, and you love it. - <br>//You have trouble moving around and need special furniture thanks to your over-sized nuts, even bringing your legs together is a pain; you can hardly even walk anymore. It might be worth getting rid of the cosmetic gel.// | [[Have gel extracted|PC Surgery Degradation][$PC.ballsImplant = 3, $PC.balls = 3, cashX(-7500, "PCmedical"), $surgeryType = "ballShrinkageHorm"]] + <br>//You have trouble moving around and need special furniture thanks to your over-sized nuts, even bringing your legs together is a pain; you can hardly even walk anymore. It might be worth getting rid of the cosmetic gel.// | [[Have gel extracted|PC Surgery Degradation][$PC.ballsImplant = 3, $PC.balls = 3, cashX(forceNeg(7500), "PCmedical"), $surgeryType = "ballShrinkageHorm"]] <<elseif $PC.balls == 2 && $PC.ballsImplant == 3>> You have an @@.orange;enormous, heavy pair of balls@@ roughly the size of cantaloupes; it's difficult to sit normally, your clothes barely fit, and they're so obvious that people probably assume they're fake, but every slave you fuck gets a swollen belly from all the cum you pump into them, and you love it. - <br>//You're beginning to have trouble moving around and using furniture thanks to your over-sized nuts, even bringing your legs together is a pain; any bigger and they might seriously impede your ability to run your arcology, or walk, for that matter.// | [[Get another round of growth hormones|PC Surgery Degradation][$PC.balls = 3, $PC.ballsImplant = 4, cashX(-15000, "PCmedical"), $surgeryType = "ballEnlargementHorm"]] | [[Have gel extracted|PC Surgery Degradation][$PC.ballsImplant = 3, $PC.balls = 3, cashX(-7500, "PCmedical"), $surgeryType = "ballShrinkageHorm"]] + <br>//You're beginning to have trouble moving around and using furniture thanks to your over-sized nuts, even bringing your legs together is a pain; any bigger and they might seriously impede your ability to run your arcology, or walk, for that matter.// | [[Get another round of growth hormones|PC Surgery Degradation][$PC.balls = 3, $PC.ballsImplant = 4, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "ballEnlargementHorm"]] | [[Have gel extracted|PC Surgery Degradation][$PC.ballsImplant = 3, $PC.balls = 3, cashX(forceNeg(7500), "PCmedical"), $surgeryType = "ballShrinkageHorm"]] <<elseif $PC.balls == 1 && $PC.ballsImplant == 2>> You have a @@.orange;huge pair of balls@@ roughly the size of softballs; they make quite a bulge in your clothes and dangle heavily any other time. - <br>[[Get another round of growth hormones|PC Surgery Degradation][$PC.balls = 2, $PC.ballsImplant = 3, cashX(-15000, "PCmedical"), $surgeryType = "ballEnlargementHorm"]] | [[Have gel extracted|PC Surgery Degradation][$PC.ballsImplant = 1, $PC.balls = 1, cashX(-7500, "PCmedical"), $surgeryType = "ballShrinkageHorm"]] + <br>[[Get another round of growth hormones|PC Surgery Degradation][$PC.balls = 2, $PC.ballsImplant = 3, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "ballEnlargementHorm"]] | [[Have gel extracted|PC Surgery Degradation][$PC.ballsImplant = 1, $PC.balls = 1, cashX(forceNeg(7500), "PCmedical"), $surgeryType = "ballShrinkageHorm"]] <<elseif $PC.balls > 2 && $PC.ballsImplant > 2>> You have an @@.orange;enormous, heavy pair of balls@@ roughly the size of cantaloupes; it's difficult to sit normally, your clothes barely fit, and your all-natural balls are so obvious they attract a lot of attention, but every slave you fuck gets a distended belly from all the cum you pump into them, and you love it. - <br>//You're beginning to have trouble moving around and using furniture thanks to your over-sized nuts, even bringing your legs together is a pain; any bigger and they might seriously impede your ability to run your arcology, or walk, for that matter.// | [[Have gel added|PC Surgery Degradation][$PC.ballsImplant = 4, $PC.balls = 3, cashX(-15000, "PCmedical"), $surgeryType = "ballEnlargement"]] + <br>//You're beginning to have trouble moving around and using furniture thanks to your over-sized nuts, even bringing your legs together is a pain; any bigger and they might seriously impede your ability to run your arcology, or walk, for that matter.// | [[Have gel added|PC Surgery Degradation][$PC.ballsImplant = 4, $PC.balls = 3, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "ballEnlargement"]] <<elseif $PC.balls == 2 && $PC.ballsImplant == 2>> You have a @@.orange;huge pair of balls@@ roughly the size of softballs; they make quite a bulge in your clothes and dangle heavily any other time but every slave you fuck gets a swollen belly from all the cum you pump into them, and you love it. - <br>[[Get another round of growth hormones|PC Surgery Degradation][$PC.balls = 3, $PC.ballsImplant = 3, cashX(-15000, "PCmedical"), $surgeryType = "ballEnlargementHorm"]] | [[Have gel added|PC Surgery Degradation][$PC.ballsImplant = 3, $PC.balls = 2, cashX(-15000, "PCmedical"), $surgeryType = "ballEnlargement"]] + <br>[[Get another round of growth hormones|PC Surgery Degradation][$PC.balls = 3, $PC.ballsImplant = 3, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "ballEnlargementHorm"]] | [[Have gel added|PC Surgery Degradation][$PC.ballsImplant = 3, $PC.balls = 2, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "ballEnlargement"]] <<elseif $PC.balls == 1 && $PC.ballsImplant == 1>> You have a @@.orange;large pair of balls;@@ you can certainly feel them as you move. - <br>[[Get another round of growth hormones|PC Surgery Degradation][$PC.balls = 2, $PC.ballsImplant = 2, cashX(-15000, "PCmedical"), $surgeryType = "ballEnlargementHorm"]] | [[Have gel added|PC Surgery Degradation][$PC.ballsImplant = 2, $PC.balls = 1, cashX(-15000, "PCmedical"), $surgeryType = "ballEnlargement"]] + <br>[[Get another round of growth hormones|PC Surgery Degradation][$PC.balls = 2, $PC.ballsImplant = 2, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "ballEnlargementHorm"]] | [[Have gel added|PC Surgery Degradation][$PC.ballsImplant = 2, $PC.balls = 1, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "ballEnlargement"]] <<elseif $PC.balls == 0 && $AGrowth == 2>> <<if $PC.ballsImplant > 2>> You have an @@.orange;enormous, heavy pair of balls@@ roughly the size of cantaloupes; it's difficult to sit normally, your clothes barely fit, and everyone can tell they are fake, but every slave you fuck gets a distinct slap with each thrust and you love it. @@ -323,7 +323,7 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original <br>//Getting growth hormones is going to require reducing the amount of cosmetic gel you already have. // | [[Have some gel extracted and get hormone treatment|PC Surgery Degradation][$PC.ballsImplant = 2, $PC.balls = 1, cashX(forceNeg(20000), "PCmedical"), $surgeryType = "ballBigShrinkage"]] | [[Completely remove gel and get hormone treatment|PC Surgery Degradation][$PC.ballsImplant = 1, $PC.balls = 1, cashX(forceNeg(20000), "PCmedical"), $surgeryType = "ballBigShrinkage"]] | [[Just get gel extracted|PC Surgery Degradation][$PC.ballsImplant = 1, cashX(forceNeg(7500), "PCmedical"), $surgeryType = "ballShrinkage"]] | [[Have more gel added|PC Surgery Degradation][$PC.ballsImplant = 2, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "ballEnlargement"]] <<elseif $PC.ballsImplant == 1>> You have a @@.orange;large pair of balls;@@ you can certainly feel them as you move. - <br>[[Remove the gel and get hormone treatment|PC Surgery Degradation][$PC.ballsImplant = 1, $PC.balls = 1, cashX(forceNeg(20000), "PCmedical"), $surgeryType = "ballBigShrinkage"]] | [[Just get hormone treatment|PC Surgery Degradation][$PC.balls = 1, $PC.ballsImplant = 2, cashX(-15000, "PCmedical"), $surgeryType = "ballEnlargementHorm"]] | [[Just get gel extracted|PC Surgery Degradation][$PC.ballsImplant = 0, cashX(-7500, "PCmedical"), $surgeryType = "ballShrinkage"]] | [[Have more gel added|PC Surgery Degradation][$PC.ballsImplant = 2, cashX(-15000, "PCmedical"), $surgeryType = "ballEnlargement"]] + <br>[[Remove the gel and get hormone treatment|PC Surgery Degradation][$PC.ballsImplant = 1, $PC.balls = 1, cashX(forceNeg(20000), "PCmedical"), $surgeryType = "ballBigShrinkage"]] | [[Just get hormone treatment|PC Surgery Degradation][$PC.balls = 1, $PC.ballsImplant = 2, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "ballEnlargementHorm"]] | [[Just get gel extracted|PC Surgery Degradation][$PC.ballsImplant = 0, cashX(forceNeg(7500), "PCmedical"), $surgeryType = "ballShrinkage"]] | [[Have more gel added|PC Surgery Degradation][$PC.ballsImplant = 2, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "ballEnlargement"]] <<else>> You have a @@.orange;normal, uneventful pair of balls.@@ <br>[[Get hormone treatment|PC Surgery Degradation][$PC.balls = 1, $PC.ballsImplant = 1, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "ballEnlargementHorm"]] | [[Have the gel added|PC Surgery Degradation][$PC.ballsImplant = 1, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "ballEnlargement"]] @@ -334,10 +334,10 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original <br>//You're beginning to have trouble moving around and using furniture thanks to your over-sized nuts, even bringing your legs together is a pain; any bigger and they might seriously impede your ability to run your arcology, or walk, for that matter.// | [[Have gel extracted|PC Surgery Degradation][$PC.ballsImplant = 2, cashX(forceNeg(7500), "PCmedical"), $surgeryType = "ballShrinkage"]] <<elseif $PC.ballsImplant == 2>> You have a @@.orange;huge pair of balls@@ roughly the size of softballs; they make quite a bulge in your clothes and dangle heavily any other time. - <br>[[Have more gel added|PC Surgery Degradation][$PC.ballsImplant = 3, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "ballEnlargement"]] | [[Have gel extracted|PC Surgery Degradation][$PC.ballsImplant = 1, cashX(-7500, "PCmedical"), $surgeryType = "ballShrinkage"]] + <br>[[Have more gel added|PC Surgery Degradation][$PC.ballsImplant = 3, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "ballEnlargement"]] | [[Have gel extracted|PC Surgery Degradation][$PC.ballsImplant = 1, cashX(forceNeg(7500), "PCmedical"), $surgeryType = "ballShrinkage"]] <<elseif $PC.ballsImplant == 1>> You have a @@.orange;large pair of balls;@@ you can certainly feel them as you move. - <br>[[Have more gel added|PC Surgery Degradation][$PC.ballsImplant = 2, cashX(-15000, "PCmedical"), $surgeryType = "ballEnlargement"]] | [[Have gel extracted|PC Surgery Degradation][$PC.ballsImplant = 0, cashX(forceNeg(7500), "PCmedical"), $surgeryType = "ballShrinkage"]] + <br>[[Have more gel added|PC Surgery Degradation][$PC.ballsImplant = 2, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "ballEnlargement"]] | [[Have gel extracted|PC Surgery Degradation][$PC.ballsImplant = 0, cashX(forceNeg(7500), "PCmedical"), $surgeryType = "ballShrinkage"]] <<else>> You have a @@.orange;normal, uneventful pair of balls.@@ <br>[[Have the gel added|PC Surgery Degradation][$PC.ballsImplant = 1, cashX(forceNeg(15000), "PCmedical"), $surgeryType = "ballEnlargement"]] @@ -377,8 +377,8 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original <<elseif $PC.dick == 1>> You have @@.orange;male genitalia@@ and a @@.orange;<<if $PC.title > 0>>masculine<<else>>feminine<</if>> appearance.@@ "We'll store some of your sperm for you, should you decide to lose your maleness, and have it shipped to your arcology. Who you decide to use it on, well... That's up to you!" <br> - [[Have your male organs replaced with female ones|PC Surgery Degradation][$PC.ballsImplant = 0, $PC.balls = 0, $PC.dick = 0, $PC.vagina = 1, $PC.newVag = 1, cashX(-50000, "PCmedical"), $surgeryType = "male2female"]] | - [[Add a female reproductive tract|PC Surgery Degradation][$PC.vagina = 1, $PC.newVag = 1, $PC.preg = 0, WombFlush($PC), cashX(-150000, "PCmedical"), $surgeryType = "male2herm"]] + [[Have your male organs replaced with female ones|PC Surgery Degradation][$PC.ballsImplant = 0, $PC.balls = 0, $PC.dick = 0, $PC.vagina = 1, $PC.newVag = 1, cashX(forceNeg(50000), "PCmedical"), $surgeryType = "male2female"]] | + [[Add a female reproductive tract|PC Surgery Degradation][$PC.vagina = 1, $PC.newVag = 1, $PC.preg = 0, WombFlush($PC), cashX(forceNeg(150000), "PCmedical"), $surgeryType = "male2herm"]] <<if $PC.title > 0>> | [[Become a woman|PC Surgery Degradation][$PC.ballsImplant = 0, $PC.balls = 0, $PC.dick = 0, $PC.storedCum += 10, $PC.vagina = 1, $PC.newVag = 1, $PC.preg = 0, $PC.title = 0, generatePlayerPronouns($PC), cashX(forceNeg(50000), "PCmedical"), $surgeryType = "male2truefemale"]] | [[Become a hermaphrodite girl|PC Surgery Degradation][$PC.vagina = 1, $PC.newVag = 1, $PC.preg = 0, WombFlush($PC), $PC.title = 0, generatePlayerPronouns($PC), cashX(forceNeg(150000), "PCmedical"), $surgeryType = "male2hermfemale"]] diff --git a/src/pregmod/fMarry.tw b/src/pregmod/fMarry.tw index 1465fe709da..e27b8f9c6e6 100644 --- a/src/pregmod/fMarry.tw +++ b/src/pregmod/fMarry.tw @@ -722,7 +722,7 @@ You tell $activeSlave.slaveName that you're going to marry $him. (A proposal, of You order $assistantName to invite deserving citizens to a straightforward ceremony for a slave being married to a slaveowner, and to make the arrangement. The wedding will take place during the upcoming week. <<set $weddingPlanned = 1>> <<set $marrying.push($activeSlave.ID)>> - <<run cashX(-10000, "event", $activeSlave)>> + <<run cashX(forceNeg(10000), "event", $activeSlave)>> <</replace>> <</link>> <<else>> @@ -744,7 +744,7 @@ You tell $activeSlave.slaveName that you're going to marry $him. (A proposal, of You order $assistantName to invite deserving citizens to an orgiastic ceremony for a slave being married to a slaveowner, and to make the arrangements. The wedding orgy will take place during the upcoming week. <<set $weddingPlanned = 2>> <<set $marrying.push($activeSlave.ID)>> - <<run cashX(-10000, "event", $activeSlave)>> + <<run cashX(forceNeg(10000), "event", $activeSlave)>> <</replace>> <</link>> //This will involve the slave having sex with a very large number of citizens// <<else>> @@ -767,7 +767,7 @@ You tell $activeSlave.slaveName that you're going to marry $him. (A proposal, of You order $assistantName to invite deserving citizens to a ceremony for a fertile slave being married to a slaveowner, and to make the arrangements. The wedding will take place during the upcoming week. <<set $weddingPlanned = 3>> <<set $marrying.push($activeSlave.ID)>> - <<run cashX(-10000, "event", $activeSlave)>> + <<run cashX(forceNeg(10000), "event", $activeSlave)>> <</replace>> <</link>> //This will involve you impregnating the slave// <br> @@ -791,7 +791,7 @@ You tell $activeSlave.slaveName that you're going to marry $him. (A proposal, of You order $assistantName to invite deserving citizens to a straightforward ceremony for a slave being married to a slaveowner, and to make the arrangement. The wedding will take place during the upcoming week. <<set $weddingPlanned = 1>> <<set $marrying.push($activeSlave.ID)>> - <<run cashX(-10000, "event", $activeSlave)>> + <<run cashX(forceNeg(10000), "event", $activeSlave)>> <</replace>> <</link>> <<if ($activeSlave.vagina != 0) && ($activeSlave.anus != 0)>> @@ -801,7 +801,7 @@ You tell $activeSlave.slaveName that you're going to marry $him. (A proposal, of You order $assistantName to invite deserving citizens to an orgiastic ceremony for a slave being married to a slaveowner, and to make the arrangements. The wedding orgy will take place during the upcoming week. <<set $weddingPlanned = 2>> <<set $marrying.push($activeSlave.ID)>> - <<run cashX(-10000, "event", $activeSlave)>> + <<run cashX(forceNeg(10000), "event", $activeSlave)>> <</replace>> <</link>> //This will involve the slave having sex with a very large number of citizens// <</if>> @@ -812,7 +812,7 @@ You tell $activeSlave.slaveName that you're going to marry $him. (A proposal, of You order $assistantName to invite deserving citizens to a ceremony for a fertile slave being married to a slaveowner, and to make the arrangements. The wedding will take place during the upcoming week. <<set $weddingPlanned = 3>> <<set $marrying.push($activeSlave.ID)>> - <<run cashX(-10000, "event", $activeSlave)>> + <<run cashX(forceNeg(10000), "event", $activeSlave)>> <</replace>> <</link>> //This will involve you impregnating the slave// <</if>> diff --git a/src/pregmod/huskSlave.tw b/src/pregmod/huskSlave.tw index e40c9bd8d8d..55c1c37b939 100644 --- a/src/pregmod/huskSlave.tw +++ b/src/pregmod/huskSlave.tw @@ -55,5 +55,5 @@ Reserving a body will cost <<print cashFormat(10000)>> up front. Canceling an or <<elseif $cash < 10000>> //You lack the credits to place a body reservation.// <<else>> -[[Post body order|Main][$huskSlaveOrdered = 1, cashX(-10000, "slaveTransfer")]] +[[Post body order|Main][$huskSlaveOrdered = 1, cashX(forceNeg(10000), "slaveTransfer")]] <</if>> diff --git a/src/pregmod/huskSlaveSwapWorkaround.tw b/src/pregmod/huskSlaveSwapWorkaround.tw index 7bbecbd60d6..0543fb657b1 100644 --- a/src/pregmod/huskSlaveSwapWorkaround.tw +++ b/src/pregmod/huskSlaveSwapWorkaround.tw @@ -18,7 +18,7 @@ __Select an eligible slave:__ <<if WombReserveCount($slaves[_i]) == 0>> <<if $slaves[_i].ID != $activeSlave.ID>> <<set _name = SlaveFullName($slaves[_i])>> - <br>[[_name|Husk Slave Swap][$swappingSlave = $slaves[_i], cashX(-10000, "slaveSurgery", $slaves[_i])]] + <br>[[_name|Husk Slave Swap][$swappingSlave = $slaves[_i], cashX(forceNeg(10000), "slaveSurgery", $slaves[_i])]] <</if>> <</if>> <</if>> diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw index 25ee6a8a7bf..0f0f921e7a4 100644 --- a/src/pregmod/incubator.tw +++ b/src/pregmod/incubator.tw @@ -505,7 +505,7 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu <br> <<if $tanks[$i].ovaries == 0 && $tankOrgans.ovaries != 1>> <<link "Prepare ovaries">> - <<run cashX(-10000, "incubator", $tanks[$i])>> + <<run cashX(forceNeg(10000), "incubator", $tanks[$i])>> <<set _newOrgan = {type: "ovaries", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $tanks[$i].ID>> <<set $incubatorOrgans.push(_newOrgan)>> @@ -514,7 +514,7 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu <</if>> <<if $tanks[$i].dick == 0 && $tankOrgans.penis != 1>> <<link "Prepare penis">> - <<run cashX(-5000, "incubator", $tanks[$i])>> + <<run cashX(forceNeg(5000), "incubator", $tanks[$i])>> <<set _newOrgan = {type: "penis", weeksToCompletion: "5", ID: 0}>> <<set _newOrgan.ID = $tanks[$i].ID>> <<set $incubatorOrgans.push(_newOrgan)>> @@ -524,7 +524,7 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu <<if $tanks[$i].balls == 0 && $tankOrgans.testicles != 1>> | <<link "Prepare testicles">> - <<run cashX(-5000, "incubator", $tanks[$i])>> + <<run cashX(forceNeg(5000), "incubator", $tanks[$i])>> <<set _newOrgan = {type: "testicles", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $tanks[$i].ID>> <<set $incubatorOrgans.push(_newOrgan)>> @@ -534,7 +534,7 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu <<if $tanks[$i].eyes == -2 && $tankOrgans.eyes != 1>> <br>$He appears to be blind: <<link "Prepare eyes">> - <<run cashX(-10000, "incubator", $tanks[$i])>> + <<run cashX(forceNeg(10000), "incubator", $tanks[$i])>> <<set _newOrgan = {type: "eyes", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $tanks[$i].ID>> <<set $incubatorOrgans.push(_newOrgan)>> @@ -544,7 +544,7 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu <<if $tanks[$i].voice == 0 && $tankOrgans.voicebox != 1>> <br>$He appears to be mute: <<link "Prepare vocal cords">> - <<run cashX(-5000, "incubator", $tanks[$i])>> + <<run cashX(forceNeg(5000), "incubator", $tanks[$i])>> <<set _newOrgan = {type: "voicebox", weeksToCompletion: "5", ID: 0}>> <<set _newOrgan.ID = $tanks[$i].ID>> <<set $incubatorOrgans.push(_newOrgan)>> diff --git a/src/pregmod/killedSlave.tw b/src/pregmod/killedSlave.tw index 9933056df25..772e26181c4 100644 --- a/src/pregmod/killedSlave.tw +++ b/src/pregmod/killedSlave.tw @@ -106,7 +106,7 @@ $activeSlave.slaveName gives an audible sigh of relief and begins to thank you p Killing one of your slave wives is @@.red;socially unacceptable.@@ In addition, your other devoted slaves are @@.gold;worried@@ that you may not respect their status. <<run clearSummaryCache()>> <br><br> - <<run repX(-200, "event")>> + <<run repX(forceNeg(200), "event")>> <<set $display = 1>> <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if $slaves[_ss].devotion > 50>> diff --git a/src/pregmod/managePersonalAffairs.tw b/src/pregmod/managePersonalAffairs.tw index edfb88868e6..6c220e2d3f7 100644 --- a/src/pregmod/managePersonalAffairs.tw +++ b/src/pregmod/managePersonalAffairs.tw @@ -143,7 +143,7 @@ Around back; You don't watch FCTV. [[Watch every week|Manage Personal Affairs][$FCTVrate = 1]] | [[Watch every other week|Manage Personal Affairs][$FCTVrate = 2]] | [[Watch once a month|Manage Personal Affairs][$FCTVrate = 4]] <</if>> <<if $saveImported > 0 && $FCTVremote == 0>> - <br>You know TVs should have a remote. [[Buy one yourself|Manage Personal Affairs][$FCTVremote = 1, cashX(-100, "capEx")]] + <br>You know TVs should have a remote. [[Buy one yourself|Manage Personal Affairs][$FCTVremote = 1, cashX(forceNeg(100), "capEx")]] <</if>> <</if>> @@ -335,7 +335,7 @@ On formal occasions, you are announced as $PCTitle. By slaves, however, you pref <<replace "#nameResult">> New name: <<textbox "_PCNamet" $PC.name>> <<link "Apply">> - <<run repX(-500, "event")>> + <<run repX(forceNeg(500), "event")>> <<replace "#nameResult">> <<set $PC.name = _PCNamet>> You will now be known as <<= PlayerName()>>. diff --git a/src/pregmod/organFarmOptions.tw b/src/pregmod/organFarmOptions.tw index 8716101fe16..a8f7e105ce2 100644 --- a/src/pregmod/organFarmOptions.tw +++ b/src/pregmod/organFarmOptions.tw @@ -88,7 +88,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $slaveOrgans.penis != 1>> <br> <<link "Penis">> - <<run cashX(-5000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(5000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "penis", weeksToCompletion: "5", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -98,7 +98,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $slaveOrgans.testicles != 1>> <br> <<link "Testicles">> - <<run cashX(-5000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(5000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "testicles", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -109,7 +109,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $activeSlave.scrotum == 0>> <br> <<link "Scrotum">> - <<run cashX(-2500, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(2500), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "scrotum", weeksToCompletion: "5", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -121,7 +121,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $slaveOrgans.pigTesticles != 1>> <br> <<link "Pig testicles">> - <<run cashX(-5000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(5000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "pigTesticles", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -131,7 +131,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $slaveOrgans.dogTesticles != 1>> <br> <<link "Dog testicles">> - <<run cashX(-5000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(5000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "dogTesticles", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -141,7 +141,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $slaveOrgans.horseTesticles != 1>> <br> <<link "Horse testicles">> - <<run cashX(-5000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(5000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "horseTesticles", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -151,7 +151,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $slaveOrgans.cowTesticles != 1>> <br> <<link "Cow testicles">> - <<run cashX(-5000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(5000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "cowTesticles", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -163,7 +163,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $activeSlave.foreskin <= 0>> <br> <<link "Foreskin">> - <<run cashX(-2500, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(2500), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "foreskin", weeksToCompletion: "5", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -175,7 +175,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $slaveOrgans.prostate != 1>> <br> <<link "Prostate">> - <<run cashX(-5000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(5000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "prostate", weeksToCompletion: "5", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -185,7 +185,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $slaveOrgans.ovaries != 1>> <br> <<link "Ovaries">> - <<run cashX(-10000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(10000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "ovaries", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -196,7 +196,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $slaveOrgans.asexualReproOvaries != 1>> <br> <<link "Asexual reproduction modification">> - <<run cashX(-10000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(10000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "asexualReproOvaries", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -208,7 +208,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $slaveOrgans.pigOvaries != 1>> <br> <<link "Pig ovaries">> - <<run cashX(-10000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(10000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "pigOvaries", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -218,7 +218,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $slaveOrgans.dogOvaries != 1>> <br> <<link "Dog ovaries">> - <<run cashX(-10000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(10000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "dogOvaries", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -228,7 +228,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $slaveOrgans.horseOvaries != 1>> <br> <<link "Horse ovaries">> - <<run cashX(-10000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(10000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "horseOvaries", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -238,7 +238,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $slaveOrgans.cowOvaries != 1>> <br> <<link "Cow ovaries">> - <<run cashX(-10000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(10000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "cowOvaries", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -250,7 +250,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $slaveOrgans.freshOvaries != 1>> <br> <<link "Younger Ovaries">> - <<run cashX(-10000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(10000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "freshOvaries", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -262,7 +262,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $activeSlave.eyes <= -2>> <br> <<link "Eyes">> - <<run cashX(-10000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(10000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "eyes", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -274,7 +274,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $activeSlave.earShape == "none" || $activeSlave.earT == "none">> <br> <<link "Normal Ears">> - <<run cashX(-1000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(1000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "ears", weeksToCompletion: "2", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -286,7 +286,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $activeSlave.hears <= -2>> <br> <<link "Cochleae">> - <<run cashX(-10000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(10000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "cochleae", weeksToCompletion: "6", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -298,7 +298,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if ($activeSlave.voice == 0)>> <br> <<link "Vocal cords">> - <<run cashX(-5000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(5000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "voicebox", weeksToCompletion: "5", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -310,7 +310,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $slaveOrgans.mpreg != 1>> <br> <<link "Anal womb and ovaries">> - <<run cashX(-20000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(20000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "mpreg", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -322,7 +322,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $slaveOrgans.mpregPig != 1>> <br> <<link "Anal pig womb and ovaries">> - <<run cashX(-20000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(20000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "mpregPig", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -332,7 +332,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $slaveOrgans.mpregDog != 1>> <br> <<link "Anal dog womb and ovaries">> - <<run cashX(-20000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(20000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "mpregDog", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -342,7 +342,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $slaveOrgans.mpregHorse != 1>> <br> <<link "Anal horse womb and ovaries">> - <<run cashX(-20000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(20000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "mpregHorse", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> @@ -352,7 +352,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<if $slaveOrgans.mpregCow != 1>> <br> <<link "Anal cow womb and ovaries">> - <<run cashX(-20000, "slaveSurgery", $activeSlave)>> + <<run cashX(forceNeg(20000), "slaveSurgery", $activeSlave)>> <<set _newOrgan = {type: "mpregCow", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> diff --git a/src/pregmod/pcSurgeryDegredation.tw b/src/pregmod/pcSurgeryDegredation.tw index 6210a3b954b..aba352b3420 100644 --- a/src/pregmod/pcSurgeryDegredation.tw +++ b/src/pregmod/pcSurgeryDegredation.tw @@ -158,9 +158,9 @@ <<case "herm2truefemale">> After a few hours, you awaken in the recovery wing with a distinct soreness between your legs and pain practically all over your body. You pull the covers off of yourself to catch sight of the result of the surgery and <<if $PC.boobsBonus == 3>> - find that your enormous breasts make it difficult to get a good look so you settle for the mirror-covered wall across from your bed. Your penis is gone, leaving you with just a vagina. Given the soreness in your lower belly, your prostate and other male reproductive organs have been removed as well. You can't tell much more until you get a good feel of it. Your body has also undergone large-scale reconstructive surgery; it is unlikely anyone will recognize you a man anymore. + find that your enormous breasts make it difficult to get a good look so you settle for the mirror-covered wall across from your bed. Your penis is gone, leaving you with just a vagina. Given the soreness in your lower belly, your prostate and other male reproductive organs have been removed as well. You can't tell much more until you get a good feel of it. Your body has also undergone large-scale reconstructive surgery; it is unlikely anyone will recognize you as a man anymore. <<else>> - find your penis and testicles removed, leaving you with just a vagina. Given the soreness in your lower belly, your prostate and other male reproductive organs have been removed as well. You can't tell much more until you get a good feel of it, but you're too sore to try. Your body has also undergone large-scale reconstructive surgery; it is unlikely anyone will recognize you a man anymore. + find your penis and testicles removed, leaving you with just a vagina. Given the soreness in your lower belly, your prostate and other male reproductive organs have been removed as well. You can't tell much more until you get a good feel of it, but you're too sore to try. Your body has also undergone large-scale reconstructive surgery; it is unlikely anyone will recognize you as a man anymore. <</if>> "So, how do you feel?", asks the surgeon's assistant, seating herself beside you. "I'd take it easy for the rest of the week, your body is going to take some time to get used to not having a penis anymore and to recover from all the changes. But if it makes you feel any better, you certainly are a lovely woman. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Exhausted from the procedure, you settle back down to recover for the rest of your stay. @@ -188,9 +188,9 @@ <<case "male2truefemale">> After a few hours, you awaken in the recovery wing with a distinct soreness between your legs and pain practically all over your body. You pull the covers off of yourself to catch sight of the result of the surgery and find <<if $PC.boobsBonus == 3>> - that your enormous breasts make it difficult to get a good look so you settle for the mirror-covered wall across from your bed. Your dick is gone, along with the rest of your male reproductive organs, leaving you with a pussy, a new fertile set of ovaries and a fresh womb. You can't tell much more until you get a good feel of it, but you're too sore to try. Your body has also undergone large-scale reconstructive surgery; it is unlikely anyone will recognize you a man anymore. + that your enormous breasts make it difficult to get a good look so you settle for the mirror-covered wall across from your bed. Your dick is gone, along with the rest of your male reproductive organs, leaving you with a pussy, a new fertile set of ovaries and a fresh womb. You can't tell much more until you get a good feel of it, but you're too sore to try. Your body has also undergone large-scale reconstructive surgery; it is unlikely anyone will recognize you as a man anymore. <<else>> - your dick is gone, along with the rest of your male reproductive organs, leaving you with a pussy, a new fertile set of ovaries and a fresh womb. You can't tell much more until you get a good feel of it, but you're too sore to try.<<if $PC.boobs == 0>> You do take a moment to fondle your new C-cup breasts though; they feel nice.<</if>> Your body has also undergone large-scale reconstructive surgery; it is unlikely anyone will recognize you a man anymore. + your dick is gone, along with the rest of your male reproductive organs, leaving you with a pussy, a new fertile set of ovaries and a fresh womb. You can't tell much more until you get a good feel of it, but you're too sore to try.<<if $PC.boobs == 0>> You do take a moment to fondle your new C-cup breasts though; they feel nice.<</if>> Your body has also undergone large-scale reconstructive surgery; it is unlikely anyone will recognize you as a man anymore. <</if>> "So, how do you feel?", asks the surgeon's assistant, seating herself beside you and placing a hand on your belly. "I'd take it easy for the rest of the week, your body is going to take some time to recover from all the changes. Now, this might be uncomfortable, but it would be best to check if your new parts are functioning correctly." She circles around until she is between your legs and disappears between your thighs. You feel face brush your inner legs as she brings her mouth to your fresh pussy and begins to enthusiastically eat you out. She is quite good at her job and quickly brings you to climax; your new vagina squirting girl cum across her face. She raises from your crotch and licks her lips. "Your new taste is good too. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around. Oh! And before you leave, we'll write a prescription for some birth control for you. You don't have to use it, but it'll be there for you." Exhausted from the procedure, you settle back down to play with your tits and recover for the rest of your stay. <<if $PC.boobs == 0>><<set $PC.boobs = 1, $PC.boobsBonus = -2>><</if>> @@ -198,9 +198,9 @@ <<case "male2hermfemale">> After a few hours, you awaken in the recovery wing with a distinct soreness between your legs and in your lower belly. You pull the covers off of yourself to catch sight of the result of the surgery and find <<if $PC.boobsBonus == 3>> - that your enormous breasts make it difficult to get a good look so you settle for the mirror-covered wall across from your bed. You see<<if $PC.ballsImplant < 1>> your new pussy peeking from under your testicles<<else>> that your balls are big enough to completely obscure your new pussy<</if>>. Your lower belly is slightly larger too, likely from your new womb. You can't tell much more until you get a good feel of it, but you're too sore to try. Your body has also undergone large-scale reconstructive surgery; it is unlikely anyone will recognize you a man anymore. + that your enormous breasts make it difficult to get a good look so you settle for the mirror-covered wall across from your bed. You see<<if $PC.ballsImplant < 1>> your new pussy peeking from under your testicles<<else>> that your balls are big enough to completely obscure your new pussy<</if>>. Your lower belly is slightly larger too, likely from your new womb. You can't tell much more until you get a good feel of it, but you're too sore to try. Your body has also undergone large-scale reconstructive surgery; it is unlikely anyone will recognize you as a man anymore. <<else>> - <<if $PC.ballsImplant < 1>>your new pussy peeking from under your testicles<<else>>that your balls are big enough to completely obscure your new pussy<</if>>. Your lower belly is slightly larger too, likely from your new womb. You can't tell much more until you get a good feel of it, but you're too sore to try.<<if $PC.boobs == 0>> You do take a moment to fondle your new C-cup breasts though; they feel nice.<</if>> Your body has also undergone large-scale reconstructive surgery; it is unlikely anyone will recognize you a man anymore. + <<if $PC.ballsImplant < 1>>your new pussy peeking from under your testicles<<else>>that your balls are big enough to completely obscure your new pussy<</if>>. Your lower belly is slightly larger too, likely from your new womb. You can't tell much more until you get a good feel of it, but you're too sore to try.<<if $PC.boobs == 0>> You do take a moment to fondle your new C-cup breasts though; they feel nice.<</if>> Your body has also undergone large-scale reconstructive surgery; it is unlikely anyone will recognize you as a man anymore. <</if>> "So, how do you feel?", asks the surgeon's assistant, seating herself beside you and placing a hand on your belly. "I'd take it easy for the rest of the week, your body is going to take some time to recover from all the changes. Now, this might be uncomfortable, but it would be best to check if your new parts are functioning correctly." She circles around until she is between your legs and disappears between your thighs. You feel <<if $PC.ballsImplant > 1>>her lift your engorged sack and leave it resting atop her head<<else>>her head brush against your sack<</if>> as she brings her mouth to your fresh pussy and begins to enthusiastically eat you out. She is quite good at her job and quickly brings you to climax; your new vagina squirting girl cum across her face and your neglected dick spraying cum across your belly. She raises from your crotch to lick up your wayward cum. "I always did like the taste of you and your new flavor is good too. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around. Oh! And before you leave, we'll write a prescription for some birth control for you. You don't have to use it, but it'll be there for you. Just try not to mix your two halves, unless you want to watch your middle steadily swell with your own child." Exhausted from the procedure, you settle back down to play with your tits and recover for the rest of your stay. <<if $PC.boobs == 0>><<set $PC.boobs = 1, $PC.boobsBonus = -2>><</if>> diff --git a/src/pregmod/reLegendaryWomb.tw b/src/pregmod/reLegendaryWomb.tw index 997b459c753..6cfd1ee0979 100644 --- a/src/pregmod/reLegendaryWomb.tw +++ b/src/pregmod/reLegendaryWomb.tw @@ -42,7 +42,7 @@ This is a rare opportunity. The idea of a pregnancy pageant isn't new but it is <<if random(1,100) > 50>> <<replace "#result">> $activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. Several of the judges cannot resist giving you a wink as they look $him over. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as a breeder of the highest pedigree. As $his owner, your reputation has @@.green;also increased.@@ - <<run cashX(-5000, "event", $activeSlave)>> + <<run cashX(forceNeg(5000), "event", $activeSlave)>> <<run repX(500, "event", $activeSlave)>> <<set $activeSlave.prestige = 1>> <<set $activeSlave.prestigeDesc = "She is remembered for winning best in show as a breeder.">> @@ -52,7 +52,7 @@ This is a rare opportunity. The idea of a pregnancy pageant isn't new but it is <<else>> <<replace "#result">> $activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. Several of the judges cannot resist giving you a wink as they look $him over, but others look disapprovingly at them; it seems some of your competitors also forwarded money to the committee. After furious wrangling, $activeSlave.slaveName loses to another mother. The public is impressed with $activeSlave.slaveName's reproductive capability anyway; as you are $his owner, your reputation has @@.green;increased@@ a little. - <<run cashX(-5000, "event", $activeSlave)>> + <<run cashX(forceNeg(5000), "event", $activeSlave)>> <<run repX(500, "event", $activeSlave)>> <</replace>> <</if>> @@ -62,7 +62,7 @@ This is a rare opportunity. The idea of a pregnancy pageant isn't new but it is <<if random(1,100) > 10>> <<replace "#result">> $activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. After $he's put through $his paces, the most unfortunate series of accidents somehow befalls $his fellow mothers. One is taken ill, another seems drugged, and another went into labor and gave birth, disqualifying her. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as a breeder of the highest pedigree. As $his owner, your reputation has @@.green;also increased.@@ - <<run cashX(-10000, "event", $activeSlave)>> + <<run cashX(forceNeg(10000), "event", $activeSlave)>> <<run repX(500, "event", $activeSlave)>> <<set $activeSlave.prestige = 1>> <<set $activeSlave.prestigeDesc = "She is remembered for winning best in show as a breeder.">> @@ -72,8 +72,8 @@ This is a rare opportunity. The idea of a pregnancy pageant isn't new but it is <<else>> <<replace "#result">> $activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. You are surprised to see that the judging committee has been changed at the last minute. They choose another breeder as best in show. There are persistent @@.red;rumors@@ after the show that there was an absolute massacre of firings at the dairy organization headquarters the night before the show after it was discovered that someone, widely thought to be you, had been corrupting the judges. - <<run cashX(-10000, "event", $activeSlave)>> - <<run repX(-100, "event", $activeSlave)>> + <<run cashX(forceNeg(10000), "event", $activeSlave)>> + <<run repX(forceNeg(100), "event", $activeSlave)>> <</replace>> <</if>> <</link>> diff --git a/src/pregmod/reMaleArcologyOwner.tw b/src/pregmod/reMaleArcologyOwner.tw index b7c57e98bad..30bb6696407 100644 --- a/src/pregmod/reMaleArcologyOwner.tw +++ b/src/pregmod/reMaleArcologyOwner.tw @@ -35,7 +35,7 @@ He strikes a fine balance in conversation with you, firm enough to not overpower You move to waddle past him and purposefully stumble, prompting him to catch you. Feigning fatigue, you politely ask if he'd help you out. You aren't exactly subtle as he walks you back to your room, dropping hints at how difficult your pregnancy has been and just how good it feels to be with a man. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> cleared your suite long ago, so when you enter, disrobe and splay yourself across the bed, it's just you and him. <<if _randomForeignFS > 90>> It's immediately clear by the look on his face that you made a mistake. The man clearly comes from a society that dislikes pregnant woman leading and your attempt to manipulate him into being your lover has pushed him past his level of tolerance. He storms out in anger and, upon returning to the party, makes your underhanded efforts known. @@.red;Your reputation has taken a major hit.@@ - <<run repX(-1000, "event")>> + <<run repX(forceNeg(1000), "event")>> <<elseif _randomForeignFS > 70>> repop It's immediately clear by the look on his face that you made a mistake. He wastes no time in leaping onto the bed, and in his haste, barely manages to disrobe. Before you can attempt to take control, he's hilted in your needy vagina and giving you the fucking your body has been craving. He leaves a few hours later with a satisfied expression and returns to the party, where he puts in a good word for just how good you were. @@.green;Your reputation has slightly improved,@@ though nowhere near as much as his. <<run repX(100, "event")>> @@ -68,7 +68,7 @@ He strikes a fine balance in conversation with you, firm enough to not overpower <<set $trinkets.push($desc)>> <<else>> conversation between him and the woman trying to convince him to invest in her solar power concern. You attempts, at first, appear to be working as he begins to stutter and lose focus on the topic at hand, but he soon apologizes, wraps an arm around your shoulders, pulls you close and starts groping your enormous funbags. He returns to discussing business while using you like a stress ball and manages to seal a rather lucrative business deal. He gives you an appreciative squeeze and heads on his way, leaving you dumbfounded at what just happened. His reputation has improved significantly, while your status @@.red;as nothing more than stress relief@@ is made clear. - <<run repX(-500, "event")>> + <<run repX(forceNeg(500), "event")>> <</if>> <<else>> <</if>> diff --git a/src/pregmod/reMaleCitizenHookup.tw b/src/pregmod/reMaleCitizenHookup.tw index b30613761f4..e44c6ac3011 100644 --- a/src/pregmod/reMaleCitizenHookup.tw +++ b/src/pregmod/reMaleCitizenHookup.tw @@ -227,7 +227,7 @@ He's clearly attracted to you; even the most consummate actor would have difficu <<case "Slimness Enthusiast">> lean muscles, a smooth waist, trim hips and a cute little ass, and gently push him back onto your bed. You tease him as you remove your evening dress, crawl over him and impale yourself on his eager shaft before beginning to ride him. Even a female arcology owner like yourself appreciates a good hard fuck, since regular submission to a pounding from sex slaves would be a scandal. There's little opprobrium waiting for you if it's known he had you, though, and he is eagerly thrusting into your pussy. You shift into a slightly more comfortable position<<if $PC.belly >= 5000>> (one that forces him to bear the weight of your heavy middle) <</if>>and ride him to orgasm. You follow shortly after, feeling the heat of his seed in the depths of your pussy as it clamps down around his dick. Thankfully, he isn't spent yet and begins anew, quickly carrying your climax to a second orgasm and drawing an adorable moan out of you. <<case "Asset Expansionist">> - an inhumanly enormous ass to counterbalance those enormous balls and a semihard cock, unable to become fully erect. You have to struggle to get him onto your bed. You tease him as you remove your evening dress, crawl over him and + an inhumanly enormous ass to counterbalance those enormous balls and a semi-hard cock, unable to become fully erect. You have to struggle to get him onto your bed. You tease him as you remove your evening dress, crawl over him and <<if $PC.newVag == 1>> impale yourself on his monster shaft as far as you can, quivering in joy at its girth filling you. <<elseif $PC.career == "escort">> diff --git a/src/pregmod/rePregInventor.tw b/src/pregmod/rePregInventor.tw index 8d1549144de..0ef97d7ccfe 100644 --- a/src/pregmod/rePregInventor.tw +++ b/src/pregmod/rePregInventor.tw @@ -272,7 +272,7 @@ collapsing into orgasm on $his bloated body, <</if>> you call up your personal assistant, giving _himA orders to have your menials collect your exhausted breeder and to ensure $he has all the funds necessary to make $his perverted dreams a reality. $activeSlave.slaveName can only @@.hotpink;idolize you.@@ - <<run cashX(-10000, "event", $activeSlave)>> + <<run cashX(forceNeg(10000), "event", $activeSlave)>> <<set $activeSlave.devotion += 15>> <<set $pregInventor = 1>> <</replace>> @@ -351,7 +351,7 @@ <br><<link "Organize a televised demonstration of $his skills.">> <<replace "#result2">> You are so impressed by $his ideas that you arrange to have $him demonstrate $his discoveries on a prominent FCTV talk show. It will take some time, and you'll have to insure that $he's at least reasonably well known before the show's executives will agree to allow $him on-air, but you're certain that $activeSlave.slaveName's name will soon be on the lips of pregnancy-loving slaveowners and Free Cities citizens around the world. In the meantime, you implement $his ideas around the arcology. $He is @@.hotpink;thrilled@@ to have pleased you so much that you would @@.mediumaquamarine;put such faith in $his ideas.@@ - <<run cashX(-10000, "event", $activeSlave)>> + <<run cashX(forceNeg(10000), "event", $activeSlave)>> <<set $pregInventor = 2>> <<set $pregInventions = 1>> <<set $activeSlave.trust += 4, $activeSlave.devotion += 10>> @@ -540,7 +540,7 @@ <br><<link "Organize a televised demonstration of $his skills.">> <<replace "#result2">> You are so impressed by $his ideas that you arrange to have $him demonstrate $his discoveries on a prominent FCTV talk show. It will take some time, and you'll have to insure that $he's at least reasonably well known before the show's executives will agree to allow $him on-air, but you're certain that $activeSlave.slaveName's name will soon be on the lips of pregnancy-loving slaveowners and Free Cities citizens around the world. In the meantime, you implement $his ideas around the arcology. $He is @@.hotpink;thrilled@@ to have pleased you so much that you would @@.mediumaquamarine;put such faith in $his ideas.@@ - <<run cashX(-10000, "event", $activeSlave)>> + <<run cashX(forceNeg(10000), "event", $activeSlave)>> <<set $pregInventor = 2>> <<set $pregInventions = 1>> <<set $activeSlave.trust += 4, $activeSlave.devotion += 10>> @@ -759,7 +759,7 @@ <br><<link "Organize a televised demonstration of $his skills.">> <<replace "#result2">> You are so impressed by $his ideas that you arrange to have $him demonstrate $his discoveries on a prominent FCTV talk show. It will take some time, and you'll have to insure that $he's at least reasonably well known before the show's executives will agree to allow $him on-air, but you're certain that $activeSlave.slaveName's name will soon be on the lips of pregnancy-loving slaveowners and Free Cities citizens around the world. In the meantime, you implement $his ideas around the arcology. $He is @@.hotpink;thrilled@@ to have pleased you so much that you would @@.mediumaquamarine;put such faith in $his ideas.@@ - <<run cashX(-10000, "event", $activeSlave)>> + <<run cashX(forceNeg(10000), "event", $activeSlave)>> <<set $pregInventor = 2>> <<set $pregInventions = 1>> <<set $activeSlave.trust += 4, $activeSlave.devotion += 10>> diff --git a/src/pregmod/slaveSlaveSwapWorkaround.tw b/src/pregmod/slaveSlaveSwapWorkaround.tw index 0d0bfb1c0c2..22a7a8ed8af 100644 --- a/src/pregmod/slaveSlaveSwapWorkaround.tw +++ b/src/pregmod/slaveSlaveSwapWorkaround.tw @@ -15,7 +15,7 @@ __Select an eligible slave:__ <<if $slaves[_i].fuckdoll == 0>> <<if ($slaves[_i].ID != $activeSlave.ID)>> <<set _name = SlaveFullName($slaves[_i])>> - <br>[[_name|Slave Slave Swap][$swappingSlave = $slaves[_i], cashX(-10000, "slaveSurgery", $slaves[_i])]] + <br>[[_name|Slave Slave Swap][$swappingSlave = $slaves[_i], cashX(forceNeg(10000), "slaveSurgery", $slaves[_i])]] <</if>> <</if>> <</if>> diff --git a/src/pregmod/theBlackMarket.tw b/src/pregmod/theBlackMarket.tw index c1296c69b73..7408d6c4b2d 100644 --- a/src/pregmod/theBlackMarket.tw +++ b/src/pregmod/theBlackMarket.tw @@ -69,7 +69,7 @@ Of all the wonders present, the thing that catches your eye the most is a shady <<if $seePreg != 0 && $arcologies[0].FSGenderRadicalistResearch == 0>> <<if $organFarmUpgrade > 0>> <<if $cash >= 75000>> - [[Purchase schematics for anal pregnancy|The Black Market][cashX(-75000, "capEx"), $arcologies[0].FSGenderRadicalistResearch = 1, _dump = $merchantFSWares.delete("GenderRadicalistResearch")]] //@@.yellowgreen;<<print cashFormat(75000)>>.@@// + [[Purchase schematics for anal pregnancy|The Black Market][cashX(forceNeg(75000), "capEx"), $arcologies[0].FSGenderRadicalistResearch = 1, _dump = $merchantFSWares.delete("GenderRadicalistResearch")]] //@@.yellowgreen;<<print cashFormat(75000)>>.@@// <<else>> You cannot afford the asking price of @@.red;<<print cashFormat(75000)>>@@ for anal pregnancy schematics. "No discounts. No haggling. No price naming. Take it or leave it." <</if>> @@ -87,7 +87,7 @@ Of all the wonders present, the thing that catches your eye the most is a shady <<if $arcologies[0].FSTransformationFetishistResearch == 0>> <<if $ImplantProductionUpgrade == 1>> <<if $cash >= 50000>> - [[Purchase designs for immense implants|The Black Market][cashX(-50000, "capEx"), $arcologies[0].FSTransformationFetishistResearch = 1, _dump = $merchantFSWares.delete("TransformationFetishistResearch")]] //@@.yellowgreen;<<print cashFormat(50000)>>.@@// + [[Purchase designs for immense implants|The Black Market][cashX(forceNeg(50000), "capEx"), $arcologies[0].FSTransformationFetishistResearch = 1, _dump = $merchantFSWares.delete("TransformationFetishistResearch")]] //@@.yellowgreen;<<print cashFormat(50000)>>.@@// <<else>> You cannot afford the asking price of @@.red;<<print cashFormat(50000)>>@@ for absurdly huge implant designs. "No big fake boobs for you. How sad it must be to be flat and enslaved by such a poor <<if $PC.title == 1>>Master<<else>>Mistress<</if>>" <</if>> @@ -103,7 +103,7 @@ Of all the wonders present, the thing that catches your eye the most is a shady <<if $arcologies[0].FSAssetExpansionistResearch == 0>> <<if $dispensary == 1>> <<if $cash >= 50000>> - [[Purchase formulas for extremely powerful growth drugs|The Black Market][cashX(-50000, "capEx"), $arcologies[0].FSAssetExpansionistResearch = 1, _dump = $merchantFSWares.delete("AssetExpansionistResearch")]] //@@.yellowgreen;<<print cashFormat(50000)>>.@@// + [[Purchase formulas for extremely powerful growth drugs|The Black Market][cashX(forceNeg(50000), "capEx"), $arcologies[0].FSAssetExpansionistResearch = 1, _dump = $merchantFSWares.delete("AssetExpansionistResearch")]] //@@.yellowgreen;<<print cashFormat(50000)>>.@@// <<else>> You cannot afford the asking price of @@.red;<<print cashFormat(50000)>>@@ for extremely powerful growth drug formulas. "Why'd you even come here if you didn't have the credits to buy anything?" <</if>> @@ -119,7 +119,7 @@ Of all the wonders present, the thing that catches your eye the most is a shady <<if $arcologies[0].FSSlimnessEnthusiastResearch == 0>> <<if $dispensary == 1>> <<if $cash >= 75000>> - [[Purchase formulas for growth reversing drugs|The Black Market][cashX(-75000, "capEx"), $arcologies[0].FSSlimnessEnthusiastResearch = 1, _dump = $merchantFSWares.delete("SlimnessEnthusiastResearch")]] //@@.yellowgreen;<<print cashFormat(75000)>>.@@// + [[Purchase formulas for growth reversing drugs|The Black Market][cashX(forceNeg(75000), "capEx"), $arcologies[0].FSSlimnessEnthusiastResearch = 1, _dump = $merchantFSWares.delete("SlimnessEnthusiastResearch")]] //@@.yellowgreen;<<print cashFormat(75000)>>.@@// <<else>> You cannot afford the asking price of @@.red;<<print cashFormat(75000)>>@@ for growth reversing drug formulas. "<<if $PC.boobsBonus > 0>>Guess you'll be keeping those knockers for now, <<if $PC.title == 0>>Little-Miss-Top-Heavy<<else>>Mr. Busty<</if>><<else>>Guess you don't mind sore backs. Leads to less sore knees, from what I've heard<</if>>." <</if>> @@ -135,7 +135,7 @@ Of all the wonders present, the thing that catches your eye the most is a shady <<if $arcologies[0].FSYouthPreferentialistResearch == 0>> <<if $dispensary == 1>> <<if $cash >= 45000>> - [[Purchase formulas for extremely effective anti-aging beauty creams|The Black Market][cashX(-45000, "capEx"), $arcologies[0].FSYouthPreferentialistResearch = 1, _dump = $merchantFSWares.delete("YouthPreferentialistResearch")]] //@@.yellowgreen;<<print cashFormat(45000)>>.@@// + [[Purchase formulas for extremely effective anti-aging beauty creams|The Black Market][cashX(forceNeg(45000), "capEx"), $arcologies[0].FSYouthPreferentialistResearch = 1, _dump = $merchantFSWares.delete("YouthPreferentialistResearch")]] //@@.yellowgreen;<<print cashFormat(45000)>>.@@// <<else>> You cannot afford the asking price of @@.red;<<print cashFormat(45000)>>@@ for extremely effective anti-aging beauty creams. "<<if $PC.visualAge > 40>>Those wrinkles don't look that bad on you, so don't worry about not being able to afford this<<else>>Just tell them they look young, and, well, don't give them any mirrors. Probably should keep your money troubles from them, too<</if>>." <</if>> @@ -151,7 +151,7 @@ Of all the wonders present, the thing that catches your eye the most is a shady <<if $arcologies[0].FSHedonisticDecadenceResearch == 0>> <<if $dispensary == 1>> <<if $cash >= 65000>> - [[Purchase recipes for highly addictive solid slave food|The Black Market][cashX(-65000, "capEx"), $arcologies[0].FSHedonisticDecadenceResearch = 1, _dump = $merchantFSWares.delete("HedonisticDecadenceResearch")]] //@@.yellowgreen;<<print cashFormat(65000)>>.@@// + [[Purchase recipes for highly addictive solid slave food|The Black Market][cashX(forceNeg(65000), "capEx"), $arcologies[0].FSHedonisticDecadenceResearch = 1, _dump = $merchantFSWares.delete("HedonisticDecadenceResearch")]] //@@.yellowgreen;<<print cashFormat(65000)>>.@@// <<else>> You cannot afford the asking price of @@.red;<<print cashFormat(65000)>>@@ for highly addictive solid slave food recipes. "I promise you'll not be able to recreate this at home, so if you want to give your begging slave the treat she deserves, buy now! Or, you know, come back with money." <</if>> @@ -203,7 +203,7 @@ He gestures to a door in the back of the stall. "The good shit's back there<<if <<if $arcologies[0].childhoodFertilityInducedNCSResearch == 0>> <<if $cash >= 135000>> "_toydolls _match _norefunds"<br> - [[Purchase childhood fertility induced NCS|The Black Market][cashX(-135000, "capEx"), $arcologies[0].childhoodFertilityInducedNCSResearch = 1, _dump = $merchantFSWares.delete("childFertilityInducedSyndromeX")]] //@@.yellowgreen;<<print cashFormat(135000)>>.@@//<br> + [[Purchase childhood fertility induced NCS|The Black Market][cashX(forceNeg(135000), "capEx"), $arcologies[0].childhoodFertilityInducedNCSResearch = 1, _dump = $merchantFSWares.delete("childFertilityInducedSyndromeX")]] //@@.yellowgreen;<<print cashFormat(135000)>>.@@//<br> <<else>> "_toydolls _match _norefunds Or, you know, come back with money."<br> You cannot afford the asking price of @@.red;<<print cashFormat(135000)>>@@ for the Childhood Fertility @@.orange;Induced NCS@@ (genetic engineering and hormonal blend) research recipe.<br> @@ -228,7 +228,7 @@ He gestures to a door in the back of the stall. "The good shit's back there<<if <<if $ImplantProductionUpgrade == 1>> <<if $surgeryUpgrade == 1>> <<if $cash >= 20000>> - [[Purchase blueprints for a supportive uterine mesh|The Black Market][cashX(-20000, "capEx"), $UterineRestraintMesh = 1, _dump = $merchantIllegalWares.delete("UterineRestraintMesh")]] //@@.yellowgreen;<<print cashFormat(20000)>>.@@// + [[Purchase blueprints for a supportive uterine mesh|The Black Market][cashX(forceNeg(20000), "capEx"), $UterineRestraintMesh = 1, _dump = $merchantIllegalWares.delete("UterineRestraintMesh")]] //@@.yellowgreen;<<print cashFormat(20000)>>.@@// <<else>> You cannot afford the asking price of @@.red;<<print cashFormat(20000)>>@@ for a supportive uterine mesh. <</if>> @@ -256,7 +256,7 @@ He gestures to a door in the back of the stall. "The good shit's back there<<if <<if $ImplantProductionUpgrade == 1>> <<if $surgeryUpgrade == 1>> <<if $cash >= 20000>> - [[Purchase documents regarding the broodmother implant firmware hack|The Black Market][cashX(-20000, "capEx"), $PGHack = 1, _dump = $merchantIllegalWares.delete("PGHack")]] //@@.yellowgreen;<<print cashFormat(20000)>>.@@// + [[Purchase documents regarding the broodmother implant firmware hack|The Black Market][cashX(forceNeg(20000), "capEx"), $PGHack = 1, _dump = $merchantIllegalWares.delete("PGHack")]] //@@.yellowgreen;<<print cashFormat(20000)>>.@@// <<else>> You cannot afford the asking price of @@.red;<<print cashFormat(20000)>>@@ for the broodmother implant firmware data. <</if>> @@ -286,7 +286,7 @@ He gestures to a door in the back of the stall. "The good shit's back there<<if <<else>> <<if $RapidCellGrowthFormula == 0>> <<if $cash >= 70000>> - [[Purchase formulas for elasticity increasing injections|The Black Market][cashX(-70000, "capEx"), $RapidCellGrowthFormula = 1, _dump = $merchantIllegalWares.delete("RapidCellGrowthFormula")]] //@@.yellowgreen;<<print cashFormat(70000)>>.@@// + [[Purchase formulas for elasticity increasing injections|The Black Market][cashX(forceNeg(70000), "capEx"), $RapidCellGrowthFormula = 1, _dump = $merchantIllegalWares.delete("RapidCellGrowthFormula")]] //@@.yellowgreen;<<print cashFormat(70000)>>.@@// <<else>> You cannot afford the asking price of @@.red;<<print cashFormat(70000)>>@@ for elasticity increasing injections. <</if>> @@ -304,7 +304,7 @@ He gestures to a door in the back of the stall. "The good shit's back there<<if <<if $seePreg == 1>> <<if $ImplantProductionUpgrade == 1>> <<if $cash >= 20000>> - [[Purchase schematics for implants that synchronize ova release|The Black Market][cashX(-50000, "capEx"), $sympatheticOvaries = 1, _dump = $merchantIllegalWares.delete("sympatheticOvaries")]] //@@.yellowgreen;<<print cashFormat(50000)>>.@@// + [[Purchase schematics for implants that synchronize ova release|The Black Market][cashX(forceNeg(50000), "capEx"), $sympatheticOvaries = 1, _dump = $merchantIllegalWares.delete("sympatheticOvaries")]] //@@.yellowgreen;<<print cashFormat(50000)>>.@@// <<else>> You cannot afford the asking price of @@.red;<<print cashFormat(50000)>>@@ for implants that synchronize ova release. <</if>> @@ -328,7 +328,7 @@ He gestures to a door in the back of the stall. "The good shit's back there<<if <<if $seePreg == 1>> <<if $organFarmUpgrade > 0>> <<if $cash >= 20000>> - [[Purchase designs for asexually reproducing ovaries|The Black Market][cashX(-80000, "capEx"), $asexualReproduction = 1, _dump = $merchantIllegalWares.delete("asexualReproduction")]] //@@.yellowgreen;<<print cashFormat(80000)>>.@@// + [[Purchase designs for asexually reproducing ovaries|The Black Market][cashX(forceNeg(80000), "capEx"), $asexualReproduction = 1, _dump = $merchantIllegalWares.delete("asexualReproduction")]] //@@.yellowgreen;<<print cashFormat(80000)>>.@@// <<else>> You cannot afford the asking price of @@.red;<<print cashFormat(80000)>>@@ for asexually reproducing ovaries. <</if>> @@ -353,7 +353,7 @@ He gestures to a door in the back of the stall. "The good shit's back there<<if <<if $organFarmUpgrade > 0>> <<if $cash >= 25000>> <<if $animalOvaries == 0>> - [[Purchase schematics for animal ovaries|FarmyardLab][cashX(-25000, "capEx"), $animalOvaries = 1]] + [[Purchase schematics for animal ovaries|FarmyardLab][cashX(forceNeg(25000), "capEx"), $animalOvaries = 1]] <br>//Costs <<print cashFormat(25000)>> and allows you to implant animal ovaries into slaves.// <br> <<else>> @@ -365,7 +365,7 @@ He gestures to a door in the back of the stall. "The good shit's back there<<if <</if>> <<if $cash >= 25000>> <<if $animalTesticles == 0>> - [[Purchase schematics for animal testicles|FarmyardLab][cashX(-25000, "capEx"), $animalTesticles = 1]] + [[Purchase schematics for animal testicles|FarmyardLab][cashX(forceNeg(25000), "capEx"), $animalTesticles = 1]] <br>//Costs <<print cashFormat(25000)>> and allows you to implant animal testicles into slaves.// <br> <<else>> @@ -377,7 +377,7 @@ He gestures to a door in the back of the stall. "The good shit's back there<<if <</if>> <<if $cash >= 25000>> <<if $animalMpreg == 0>> - [[Purchase schematics for animal anal wombs and ovaries|FarmyardLab][cashX(-25000, "capEx"), $animalMpreg = 1]] + [[Purchase schematics for animal anal wombs and ovaries|FarmyardLab][cashX(forceNeg(25000), "capEx"), $animalMpreg = 1]] <br>//Costs <<print cashFormat(25000)>> and allows you to implant animal anal wombs and ovaries into slaves.// <br> <<else>> -- GitLab