diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index f708a128d89b8a5d6d02b09d4c17ef547bac2e71..dbe71adb8395ba7f843791aa05d580d7298a19b8 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -4,6 +4,14 @@ 9/01/2018 + 13 + -split fillable implants into three tiers each with its own cap + -lowered the price of the implant manufacturer + -implant manufacturer now gives access to advanced fillable implants + -raised the price of implant related research to compensate + -fixes + + 12 -fixes -more pronoun implementation diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw index 388aa7292f9e17e1de0ac173a4ccf4e38a4ee72e..553105cf70ce15856d1d40f024b4ffd3319685d3 100644 --- a/src/events/intro/introSummary.tw +++ b/src/events/intro/introSummary.tw @@ -609,11 +609,11 @@ __''Player Character''__ <br> Your preferred refreshment is <<textbox "$PC.refreshment" $PC.refreshment "Intro Summary">> [[Cigars|Intro Summary][$PC.refreshment = "cigar",$PC.refreshmentType = 0]] | [[Whiskey|Intro Summary][$PC.refreshment = "whiskey",$PC.refreshmentType = 1]] - and you consume it when ''<<if $PC.refreshmentType == 0>>Smoked<<elseif $PC.refreshmentType == 1>>Drunk<<elseif $PC.refreshmentType == 2>>Eaten<<elseif $PC.refreshmentType == 3>>Snorted<<elseif $PC.refreshmentType == 4>>Injected<<elseif $PC.refreshmentType == 5>>Popped<<else>>Orally Dissolved<</if>>''. + and you consume it by ''<<if $PC.refreshmentType == 0>>Smoking<<elseif $PC.refreshmentType == 1>>Drink<<elseif $PC.refreshmentType == 2>>Eating<<elseif $PC.refreshmentType == 3>>Snorting<<elseif $PC.refreshmentType == 4>>Injection<<elseif $PC.refreshmentType == 5>>Popping<<else>>Orally Dissolving<</if>>''. [[Smoked|Intro Summary][$PC.refreshmentType = 0]] | [[Drank|Intro Summary][$PC.refreshmentType = 1]] | [[Eaten|Intro Summary][$PC.refreshmentType = 2]] | [[Snorted|Intro Summary][$PC.refreshmentType = 3]] | [[Injected|Intro Summary][$PC.refreshmentType = 4]] | [[Popped|Intro Summary][$PC.refreshmentType = 5]] | [[Orally Dissolved|Intro Summary][$PC.refreshmentType = 6]] <br> - <<if $PC.refreshmentType == 0>>//"Smoke" must fit into the following sentence: "I smoked a $PC.refreshment" to fit events properly + <<if $PC.refreshmentType == 0>>//"Smoked" must fit into the following sentence: "I smoked a $PC.refreshment" to fit events properly <<elseif $PC.refreshmentType == 5>>//"Popped" must fit into the following sentence: "I shook the bottle of $PC.refreshment" to fit events properly <<elseif $PC.refreshmentType == 6>>//"Orally Dissolved" must fit into the following sentence: "I placed a tab of $PC.refreshment under my tongue" to fit events properly <</if>> @@ -810,11 +810,11 @@ __''Player Character''__ <br> Your preferred refreshment is <<textbox "$PC.refreshment" $PC.refreshment "Intro Summary">> [[Cigars|Intro Summary][$PC.refreshment = "cigar",$PC.refreshmentType = 0]] | [[Whiskey|Intro Summary][$PC.refreshment = "whiskey",$PC.refreshmentType = 1]] - and you consume it when ''<<if $PC.refreshmentType == 0>>Smoked<<elseif $PC.refreshmentType == 1>>Drunk<<elseif $PC.refreshmentType == 2>>Eaten<<elseif $PC.refreshmentType == 3>>Snorted<<elseif $PC.refreshmentType == 4>>Injected<<elseif $PC.refreshmentType == 5>>Popped<<else>>Orally Dissolved<</if>>''. + and you consume it by ''<<if $PC.refreshmentType == 0>>Smoking<<elseif $PC.refreshmentType == 1>>Drink<<elseif $PC.refreshmentType == 2>>Eating<<elseif $PC.refreshmentType == 3>>Snorting<<elseif $PC.refreshmentType == 4>>Injection<<elseif $PC.refreshmentType == 5>>Popping<<else>>Orally Dissolving<</if>>''. [[Smoked|Intro Summary][$PC.refreshmentType = 0]] | [[Drank|Intro Summary][$PC.refreshmentType = 1]] | [[Eaten|Intro Summary][$PC.refreshmentType = 2]] | [[Snorted|Intro Summary][$PC.refreshmentType = 3]] | [[Injected|Intro Summary][$PC.refreshmentType = 4]] | [[Popped|Intro Summary][$PC.refreshmentType = 5]] | [[Orally Dissolved|Intro Summary][$PC.refreshmentType = 6]] <br> - <<if $PC.refreshmentType == 0>>//"Smoke" must fit into the following sentence: "I smoked a $PC.refreshment" to fit events properly + <<if $PC.refreshmentType == 0>>//"Smoked" must fit into the following sentence: "I smoked a $PC.refreshment" to fit events properly <<elseif $PC.refreshmentType == 5>>//"Popped" must fit into the following sentence: "I shook the bottle of $PC.refreshment" to fit events properly <<elseif $PC.refreshmentType == 6>>//"Orally Dissolved" must fit into the following sentence: "I placed a tab of $PC.refreshment under my tongue" to fit events properly <</if>> diff --git a/src/pregmod/saPorn.tw b/src/pregmod/saPorn.tw index 921955811b54f2effb83e53e60af46d60e6a3939..1781fcd9bd96e80111ac40e198aa86d5921330bb 100644 --- a/src/pregmod/saPorn.tw +++ b/src/pregmod/saPorn.tw @@ -1182,30 +1182,39 @@ watching $him obsess over pumping out babies, <<case "submissive">> <<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her submission.">> + <<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>> $his submission, <<case "cum">> <<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her taste for cum.">> + <<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>> $his taste for cum, <<case "buttslut">> <<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed the sight of her rear.">> + <<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>> the sight of $his rear, <<case "humiliating">> <<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her humiliating herself.">> + <<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>> $him humiliating herself, <<case "breast">> <<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed the sight of her breasts.">> + <<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>> the sight of $his breasts, <<case "dominant">> <<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her dominance.">> + <<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>> $his dominance, <<case "sadistic">> <<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her sadism.">> + <<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>> $his sadism, <<case "masochistic">> <<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her masochism.">> + <<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>> $his masochism, <<case "pregnancy fetish">> <<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her fondness for pregnancy.">> + <<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>> $his fondness for pregnancy, <</switch>> @@ -1633,22 +1642,31 @@ <<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed watching her obsess over pumping out babies.">> <<case "submissive">> <<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her submission.">> + <<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>> <<case "cum">> <<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her taste for cum.">> + <<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>> <<case "buttslut">> <<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed the sight of her rear.">> + <<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>> <<case "humiliating">> <<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her humiliating herself.">> + <<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>> <<case "breast">> <<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed the sight of her breasts.">> + <<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>> <<case "dominant">> <<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her dominance.">> + <<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>> <<case "sadistic">> <<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her sadism.">> + <<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>> <<case "masochistic">> <<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her masochism.">> + <<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>> <<case "pregnancy fetish">> <<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her fondness for pregnancy.">> + <<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>> <</switch>> <</if>> <<elseif $slaves[$i].pornPrestige == 2>> diff --git a/src/uncategorized/dispensary.tw b/src/uncategorized/dispensary.tw index 0f61bbab60948c9e57e2bd53daa502e5fec184da..2c6f3ff1be258f43d01bfe2b79ecacdd57f8c522 100644 --- a/src/uncategorized/dispensary.tw +++ b/src/uncategorized/dispensary.tw @@ -434,17 +434,17 @@ Fertility Focused Pharmacology Implant Production <hr> <<if ($ImplantProductionUpgrade == 0) && ($rep <= 2000*_PCSkillCheck)>> - //You lack the reputation to access experimental implant manufacturer parts// + //You lack the reputation to access advanced implant manufacturer parts// <br> <</if>> <<if ($ImplantProductionUpgrade == 0) && ($rep > 2000*_PCSkillCheck)>> - [[Upgrade the fabricator with an experimental implant manufacturer|Dispensary][$cash -= 20000*_PCSkillCheck, $ImplantProductionUpgrade = 1]] - //Costs <<print cashFormat(20000*_PCSkillCheck)>>// - <br> //Will allow the fabrication of special implants using the autosurgery.// + [[Upgrade the fabricator with an advanced implant manufacturer|Dispensary][$cash -= 10000*_PCSkillCheck, $ImplantProductionUpgrade = 1]] + //Costs <<print cashFormat(10000*_PCSkillCheck)>>// + <br> //Will allow the fabrication of advanced implants using the autosurgery.// <br> <<elseif ($ImplantProductionUpgrade > 0)>> - The fabricator is capable of crafting special implants. + The fabricator is capable of crafting advanced implants. <br> <</if>> @@ -454,8 +454,8 @@ Implant Production <br> <</if>> <<if ($permaPregImplant == 0) && ($rep > 4000*_PCSkillCheck)>> - [[Purchase schematics for an experimental implantable pregnancy generator|Dispensary][$cash -= 30000*_PCSkillCheck, $permaPregImplant = 1]] - //Costs <<print cashFormat(30000*_PCSkillCheck)>>// + [[Purchase schematics for an experimental implantable pregnancy generator|Dispensary][$cash -= 40000*_PCSkillCheck, $permaPregImplant = 1]] + //Costs <<print cashFormat(40000*_PCSkillCheck)>>// <br> //Will allow the fabrication of implants that force perpetual pregnancy.// <br> <<elseif ($permaPregImplant > 0)>> @@ -471,8 +471,8 @@ Implant Production <</if>> <<if ($bellyImplants == 0) && ($rep > 2000*_PCSkillCheck)>> - [[Purchase schematics for fillable abdominal implants|Dispensary][$cash -= 20000*_PCSkillCheck, $bellyImplants = 1]] - //Costs <<print cashFormat(20000*_PCSkillCheck)>>// + [[Purchase schematics for fillable abdominal implants|Dispensary][$cash -= 30000*_PCSkillCheck, $bellyImplants = 1]] + //Costs <<print cashFormat(30000*_PCSkillCheck)>>// <br> //Will allow the fabrication of fillable abdominal implants using the autosurgery.// <br> <<elseif ($bellyImplants > 0)>> diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw index 450d9358083d3c8af39d2a990a8be17d8380d2cd..356c5f32dd794e22b60810479ca7645181a8e20f 100644 --- a/src/uncategorized/remoteSurgery.tw +++ b/src/uncategorized/remoteSurgery.tw @@ -359,22 +359,32 @@ Work on her chest: <</if>> <br> -<<if $activeSlave.boobs > 25000>> - //$His breasts are as large as $he can physically support// -<<elseif $activeSlave.boobs > 10000 && $arcologies[0].FSTransformationFetishistResearch != 1>> +<<if $activeSlave.boobs > 50000>> //$His breasts are as large as $he can physically support// +<<elseif $activeSlave.boobsImplant > 10000 && $arcologies[0].FSTransformationFetishistResearch != 1 && $activeSlave.boobsImplantType != 1>> + //$His implants are filled to capacity// <<elseif $activeSlave.indentureRestrictions >= 2>> //$His indenture forbids elective surgery// <<elseif $activeSlave.breastMesh == 1>> //$His supportive mesh implant blocks implantation// <<elseif $activeSlave.boobsImplant == 0>> [[String implants|Surgery Degradation][$activeSlave.boobsImplant = 400, $activeSlave.boobsImplantType = 1,$activeSlave.boobs += 400,$cash -= $surgeryCost, $activeSlave.health -= 10,$surgeryType = "boobs"]] | + <<if $surgeryUpgrade == 1>>[[Large implants|Surgery Degradation][$activeSlave.boobsImplant = 600,$activeSlave.boobs += 600,$cash -= $surgeryCost, $activeSlave.health -= 10,$surgeryType = "boobs"]] |<</if>> [[Standard implants|Surgery Degradation][$activeSlave.boobsImplant = 400,$activeSlave.boobs += 400,$cash -= $surgeryCost, $activeSlave.health -= 10,$surgeryType = "boobs"]] | [[Small implants|Surgery Degradation][$activeSlave.boobsImplant = 200,$activeSlave.boobs += 200,$cash -= $surgeryCost, $activeSlave.health -= 10,$surgeryType = "boobs"]] -<<elseif $activeSlave.boobsImplant > 10000 && $activeSlave.boobsImplantType != 1>> +<<elseif $activeSlave.boobsImplant > 10000 && $activeSlave.boobsImplantType != 1 && $ImplantProductionUpgrade == 1>> [[Add inert filler|Surgery Degradation][$activeSlave.boobsImplant += 1000,$activeSlave.boobs += 1000,$cash -= $surgeryCost, $activeSlave.health -= 10,$surgeryType = "boobs"]] +<<elseif $activeSlave.boobsImplant > 9800 && $activeSlave.boobsImplantType != 1 && $ImplantProductionUpgrade == 1>> + [[Hyper fillable implants|Surgery Degradation][$activeSlave.boobsImplant = 11000,$activeSlave.boobs += 800,$cash -= $surgeryCost, $activeSlave.health -= 10,$surgeryType = "boobs"]] <<elseif $activeSlave.boobsImplant > 2000 && $activeSlave.boobsImplantType != 1>> [[Add inert filler|Surgery Degradation][$activeSlave.boobsImplant += 400,$activeSlave.boobs += 400,$cash -= $surgeryCost, $activeSlave.health -= 10,$surgeryType = "boobs"]] +<<elseif $activeSlave.boobsImplant > 1800 && $activeSlave.boobsImplantType != 1>> + $His implants are filled to capacity. + <<if $ImplantProductionUpgrade == 1>> + [[Advanced fillable implants|Surgery Degradation][$activeSlave.boobsImplant = 2200,$activeSlave.boobs += 200,$cash -= $surgeryCost, $activeSlave.health -= 10,$surgeryType = "boobs"]] + <<else>> + [[Special order advanced fillable implants|Surgery Degradation][$activeSlave.boobsImplant = 2200,$activeSlave.boobs += 200,$cash -= $surgeryCost+10000, $activeSlave.health -= 10,$surgeryType = "boobs"]] //Will cost an additional <<= cashFormat(10000)>>// + <</if>> <<elseif $activeSlave.boobsImplant > 600 && $activeSlave.boobsImplantType != 1>> [[Add inert filler|Surgery Degradation][$activeSlave.boobsImplant += 200,$activeSlave.boobs += 200,$cash -= $surgeryCost, $activeSlave.health -= 10,$surgeryType = "boobs"]] <<elseif $activeSlave.boobsImplant > 400 && $activeSlave.boobsImplantType != 1>> @@ -672,19 +682,27 @@ $He's got a <<else>>ridiculous ass. It's so big it jiggles as $he walks. <</if>> -<<if $activeSlave.buttImplant == 0>> -<<elseif $activeSlave.buttImplant == 1>> +<<if $activeSlave.buttImplant == 1>> $He has moderate butt implants. -<<elseif $activeSlave.buttImplant > 1>> +<<elseif $activeSlave.buttImplant == 2>> $He has enormous butt implants. +<<elseif $activeSlave.buttImplant > 2>> + $He has + <<if $activeSlave.buttImplantType == 1>> + massively engorged butt implants + <<else>> + <<if $activeSlave.buttImplant > 8>>hyper <<elseif $activeSlave.buttImplant > 4>>advanced <</if>>fillable butt implants. + <</if>> <</if>> <<if $activeSlave.indentureRestrictions >= 2>> //$His indenture forbids elective surgery// <<elseif $activeSlave.butt > 19>> + //$His butt is as large as it can possibly get// +<<elseif $activeSlave.butt > 7 && $arcologies[0].FSTransformationFetishistResearch != 1 && $arcologies[0].FSAssetExpansionist == "unset" && $activeSlave.buttImplantType != 1>> //$His butt is as large as $he can physically support// -<<elseif $activeSlave.butt > 7 && $arcologies[0].FSTransformationFetishistResearch != 1>> - //$His butt is as large as $he can physically support// +<<elseif $activeSlave.buttImplant > 7 && $arcologies[0].FSTransformationFetishistResearch != 1 && $activeSlave.buttImplantType != 1>> + //$His butt implants are filled to capacity// <<elseif $activeSlave.buttImplant == 0>> [[Implants|Surgery Degradation][$activeSlave.buttImplant = 1,$activeSlave.butt += 1,$cash -= $surgeryCost, $activeSlave.health -= 10,$surgeryType = "butt"]] | [[String implants|Surgery Degradation][$activeSlave.buttImplant = 1,$activeSlave.butt += 1,$activeSlave.buttImplantType = 1,$cash -= $surgeryCost, $activeSlave.health -= 10,$surgeryType = "butt"]] @@ -692,20 +710,29 @@ $He's got a [[Bigger implants|Surgery Degradation][$activeSlave.buttImplant = 2,$activeSlave.butt += 1,$cash -= $surgeryCost, $activeSlave.health -= 10,$surgeryType = "butt"]] <<elseif $activeSlave.buttImplant == 2 && $activeSlave.buttImplantType != 1>> [[Fillable implants|Surgery Degradation][$activeSlave.buttImplant = 3,$activeSlave.butt += 1,$cash -= $surgeryCost, $activeSlave.health -= 10,$surgeryType = "butt"]] +<<elseif $activeSlave.buttImplant == 4 && $activeSlave.buttImplantType != 1>> + $His implants are filled to capacity. + <<if $ImplantProductionUpgrade == 1>> + [[Advanced fillable implants|Surgery Degradation][$activeSlave.buttImplant = 5,$activeSlave.butt += 1,$cash -= $surgeryCost, $activeSlave.health -= 10,$surgeryType = "butt"]] + <<else>> + [[Special order advanced fillable implants|Surgery Degradation][$activeSlave.buttImplant = 5,$activeSlave.butt += 1,$cash -= $surgeryCost+10000, $activeSlave.health -= 10,$surgeryType = "butt"]] //Will cost an additional <<= cashFormat(10000)>>// + <</if>> +<<elseif $activeSlave.buttImplant == 8 && $activeSlave.buttImplantType != 1 && $ImplantProductionUpgrade == 1>> + [[Hyper fillable implants|Surgery Degradation][$activeSlave.buttImplant = 9,$activeSlave.butt += 1,$cash -= $surgeryCost, $activeSlave.health -= 10,$surgeryType = "butt"]] <<elseif $activeSlave.buttImplant > 2 && $activeSlave.buttImplantType != 1>> [[Add inert filler|Surgery Degradation][$activeSlave.buttImplant += 1,$activeSlave.butt += 1,$cash -= $surgeryCost, $activeSlave.health -= 10,$surgeryType = "butt"]] <</if>> <<if $activeSlave.buttImplant != 0>> <<if $activeSlave.indentureRestrictions < 2>> - <<if $activeSlave.buttImplantType == 1 && $activeSlave.buttImplant > 1>> - | [[Drain implants|Surgery Degradation][$activeSlave.butt = ($activeSlave.butt-1),$activeSlave.buttImplant = ($activeSlave.buttImplant-1), $activeSlave.health -= 5,$cash -= $surgeryCost, $surgeryType = "buttLoss"]] - <</if>> - | [[Remove implants|Surgery Degradation][$activeSlave.butt = ($activeSlave.butt-$activeSlave.buttImplant),$activeSlave.buttImplant = 0, $activeSlave.health -= 10,$activeSlave.buttImplantType = 0,$cash -= $surgeryCost, $surgeryType = "buttLoss"]] + <<if $activeSlave.buttImplantType == 1 && $activeSlave.buttImplant > 1>> + | [[Drain implants|Surgery Degradation][$activeSlave.butt = ($activeSlave.butt-1),$activeSlave.buttImplant = ($activeSlave.buttImplant-1), $activeSlave.health -= 5,$cash -= $surgeryCost, $surgeryType = "buttLoss"]] + <</if>> + | [[Remove implants|Surgery Degradation][$activeSlave.butt = ($activeSlave.butt-$activeSlave.buttImplant),$activeSlave.buttImplant = 0, $activeSlave.health -= 10,$activeSlave.buttImplantType = 0,$cash -= $surgeryCost, $surgeryType = "buttLoss"]] <</if>> <</if>> <<if ($activeSlave.butt > 1) && ($activeSlave.buttImplant == 0)>> <<if $activeSlave.indentureRestrictions < 2>> - | [[Reduce ass|Surgery Degradation][$activeSlave.butt -= 1, $activeSlave.health -= 10,$cash -= $surgeryCost, $surgeryType = "buttLoss"]] + | [[Reduce ass|Surgery Degradation][$activeSlave.butt -= 1, $activeSlave.health -= 10,$cash -= $surgeryCost, $surgeryType = "buttLoss"]] <</if>> <</if>>