diff --git a/src/uncategorized/corporationDevelopments.tw b/src/uncategorized/corporationDevelopments.tw index 762edaf229ace8ce73846dd57a7bf9dd377fbf56..cab1f258568429a3d159294795d1cf3744f95abc 100644 --- a/src/uncategorized/corporationDevelopments.tw +++ b/src/uncategorized/corporationDevelopments.tw @@ -30,7 +30,12 @@ $corpCash += _corpTurnover * (1 - $dividendRatio) - _corpUpkeep>> $corpAssets += _assetSell, $corpCash = 0>> <</if>> -<<set $corpValue = $corpAssets * 1.5 + $corpCash>> +<<if $corpAssets > 0>> + <<set $corpValue = $corpAssets * 1.5 + $corpCash>> +<<else>> + <<set corpIncorporated = 0>> + <br>@@.red;Your corporation went bankrupt.@@ +<</if>> /*Dividends The player can choose the level of dividends they want*/ @@ -54,6 +59,304 @@ The player can choose the level of dividends they want*/ <<set $dividendTimer -= 1>> <</if>> +/*Specializations +Granting specialization tokens*/ +<<if $assets > $tokenGoal>> + <<set $corpToken += 1, /*the spendable currency*/ + $corpTokenCount += 1>> /*the amount unlocked*/ + <br>@@.green;Your corporation is ready to specialize further.@@ +<</if>> +<<if $corpToken > 1>> + <br>Your corporation has @@.green;$corpToken specializations@@ left. +<<elseif $corpToken > 0>> + <br>Your corporation has @@.green;one specialization@@ left. +<</if>> + +<br> <span id="direction"> + +<<if $corpToken > 0>> + <br>Choosing to specialize your corporation costs a specialization. The corporation can be directed to focus on the following: + <<if $generalUpgradeBreaking == "unselected">> + <br>Breaking slaves with + <<link "Brutality">><<set $generalUpgradeBreaking = "brutality", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to train slaves with brutal force.">><</replace>><</link>> + | <<link "Care">><<set $generalUpgradeBreaking = "care", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to train slaves with loving care.">><</replace>><</link>> + <</if>> + <<if $generalUpgradeWeight == "unselected">> /*Added a focus for fat and thin slaves, they still need to be implemented elsewhere*/ + <br>Managing slaves' diets to an + <<link "Attractive weight">><<set $generalUpgradeWeight = "attractive", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to slim fat slaves and feed thin ones.">><</replace>><</link>> + | <<link "Thin">><<set $generalUpgradeWeight = "thin", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to focus on thin slaves.">><</replace>><</link>> + | <<link "Fat">><<set $generalUpgradeWeight = "fat", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to focus on fat slaves.">><</replace>><</link>> + <</if>> + <<if $generalUpgradeMuscle == "unselected">> + <br>Slaves with muscles that are + <<link "Toned">><<set $generalUpgradeMuscle = "toned", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to train slaves until they're toned.">><</replace>><</link>> + | <<link "Ripped">><<set $generalUpgradeMuscle = "ripped", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to train slaves until they're ripped.">><</replace>><</link>> + | <<link "Untrained">><<set $generalUpgradeMuscle = "none", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation not to focus on slaves' fitness.">><</replace>><</link>> /*is that worth a token? What's the default?*/ + <</if>> + <<if $entrapmentUpgradeDevotionOne == "unselected">> /*Might as well be capable of asking for hateful slaves just in case someone wants those, still needs to be implemented elsewhere*/ + <<if $entrapmentUpgradeDevotionTwo == "unselected">> + <br>Slaves who are + <<link "Obedient">><<set $entrapmentUpgradeDevotionOne = "obedience", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to retain obedient slaves.">><</replace>><</link>> + | <<link "Reluctant">><<set $entrapmentUpgradeDevotionOne = "reluctance", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to retain reluctant slaves.">><</replace>><</link>> + <</if>> + <</if>> + <<if $entrapmentUpgradeDevotionTwo == "unselected">> + <<if $entrapmentUpgradeDevotionOne = "obedience">> + <br>Slaves who are + <<link "Devoted">><<set $entrapmentUpgradeDevotionTwo = "devotion", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to retain devoted slaves.">><</replace>><</link>> + <<elseif $entrapmentUpgradeDevotionOne = "reluctance">> + <br>Slaves that are + <<link "Hateful">><<set $entrapmentUpgradeDevotionTwo = "hatred", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to retain hateful slaves.">><</replace>><</link>> /*still needs to be implemented elsewhere*/ + <</if>> + <</if>> + <<if $entrapmentUpgradeIntelligence == "unselected">> + <br>Slaves who are + <<link "Intelligent">><<set $entrapmentUpgradeIntelligence = "intelligent", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to retain intelligent slaves.">><</replace>><</link>> + | <<link "Stupid">><<set $entrapmentUpgradeIntelligence = "stupid", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to retain stupid slaves.">><</replace>><</link>> + <</if>> + <<if $seeDicks != 0>> + <<if $captureUpgradeGender == "unselected">> + <br>Slaves with + <<link "Pussies">><<set $captureUpgradeGender = "XX", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to retain slaves with pussies for training.">><</replace>><</link>> + | <<link "Dicks">><<set $captureUpgradeGender = "XY", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to retain slaves with dicks for training.">><</replace>><</link>> + <</if>> + <</if>> + <<if $captureUpgradeAge == "unselected">> + <br>Slaves who are + <<link "Younger">><<set $captureUpgradeAge = "young">><<replace "#direction", $corpToken -= 1>><br><<print "You directed the corporation to retain younger slaves for training.">><</replace>><</link>> + | <<link "Older">><<set $captureUpgradeAge = "old">><<replace "#direction", $corpToken -= 1>><br><<print "You directed the corporation to retain older slaves for training.">><</replace>><</link>> + <</if>> + <<if $captureUpgradeRace == "unselected">> + <br>Slaves who are + <<link "White">><<set $captureUpgradeRace = "white", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to retain white slaves for training.">><</replace>><</link>> + | <<link "Asian">><<set $captureUpgradeRace = "asian", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to retain asian slaves for training.">><</replace>><</link>> + | <<link "Indo-aryan">><<set $captureUpgradeRace = "indo-aryan", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to retain indo-aryan slaves for training.">><</replace>><</link>> + | <<link "Latina">><<set $captureUpgradeRace = "latina", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to retain latina slaves for training.">><</replace>><</link>> + | <<link "middle eastern">><<set $captureUpgradeRace = "middle eastern", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to retain Middle Eastern slaves for training.">><</replace>><</link>> + | <<link "Black">><<set $captureUpgradeRace = "black", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to retain black slaves for training.">><</replace>><</link>> + | <<link "Pacific Islander">><<set $captureUpgradeRace = "pacific islander", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to retain pacific islander slaves for training.">><</replace>><</link>> + | <<link "Malay">><<set $captureUpgradeRace = "malay", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to retain malay slaves for training.">><</replace>><</link>> + | <<link "Amerindian">><<set $captureUpgradeRace = "amerindian", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to retain amerindian slaves for training.">><</replace>><</link>> + | <<link "Semitic">><<set $captureUpgradeRace = "semitic", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to retain semitic slaves for training.">><</replace>><</link>> + | <<link "Southern European">><<set $captureUpgradeRace = "southern european", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to retain southern european slaves for training.">><</replace>><</link>> + | <<link "Mixed Race">><<set $captureUpgradeRace = "mixed race", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to retain mixed race slaves for training.">><</replace>><</link>> + <</if>> + <<if $trainingUpgradeAccent == "unselected">> + <br>Slaves taught to + <<link "Speak the language">><<set $trainingUpgradeAccent = "accents", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to teach slaves the lingua franca.">><</replace>><</link>> + | <<link "Speak without accent">><<set $trainingUpgradeAccent = "eliminate", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to teach slaves perfect, unaccented language.">><</replace>><</link>> + <</if>> + <<if $trainingUpgradeEducation == "unselected">> + <br>Provide slaves with + <<link "Basic educations">><<set $trainingUpgradeEducation = "basic", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to focus on ensuring slaves are properly educated.">><</replace>><</link>> + | <<link "No education">><<set $trainingUpgradeEducation = "none", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to focus on ensuring slaves are properly educated.">><</replace>><</link>> /*Need to make sure this prevents them from having any education, otherwise fix that*/ + <</if>> + <<if $trainingUpgradeSexEd == "unselected">> + <br>Train slaves until they are sexually + <<link "Competent">><<set $trainingUpgradeSexEd = "competence", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to ensure slaves know basic sexual skills.">><</replace>><</link>> + | <<link "Highly Skilled">><<set $trainingUpgradeSexEd = "highly skilled", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to ensure slaves are sexually proficient.">><</replace>><</link>> + <</if>> + <<if $surgicalUpgradeCosmetics == "unselected">> + <br>Straightforward cosmetic procedures should be + <<link "Applied">><<set $surgicalUpgradeCosmetics = "applied", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to give slaves straightforward cosmetic surgeries.">><</replace>><</link>> + <</if>> + <<if $surgicalUpgradeImplants == "unselected">> + <br>Implants should be + <<link "Applied">><<set $surgicalUpgradeImplants = "applied", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to give slaves basic implants.">><</replace>><</link>> + | <<link "Absurd">><<set $surgicalUpgradeImplants = "absurd", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to give slaves absurd implants.">><</replace>><</link>> + | <<link "Not applied">><<set $surgicalUpgradeImplants = "none", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to leave slaves without implants.">><</replace>><</link>> /*Is there a chance of implants when nothing is selected here?*/ + <</if>> + <<if $seeDicks != 0>> + <<if $surgicalUpgradeGenitalia == "unselected">> + <br>Slave genitals should be reconfigured to + <<link "Futanari">><<set $surgicalUpgradeGenitalia = "futanari", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to create futanari.">><</replace>><</link>> + <<if $seeExtreme != 0>> + | <<link "Remove balls">><<set $surgicalUpgradeGenitalia = "gelded", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to remove slaves' balls.">><</replace>><</link>> + | <<link "Mindbreak and remove limbs">><<set $surgicalUpgradeGenitalia = "fucknugget", $generalUpgradeBreaking = "none", $entrapmentUpgradeDevotionOne = "none", $entrapmentUpgradeDevotionTwo = "none", $trainingUpgradeAccent = "none", $trainingUpgradeEducation = "none", $trainingUpgradeSexEd = "none", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to produce limbless, mindless slaves.">><</replace>><</link>> /*This one overrides a lot of other choices, which is a bit odd. Maybe this one should be removed?*/ + <</if>> + <</if>> + <</if>> + <<if $drugUpgradeHormones == "unselected">> + <br>Slaves are given hormones to + <<link "Feminize">><<set $drugUpgradeHormones = "XX", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to treat slaves with female hormones.">><</replace>><</link>> + | <<link "Masculinize">><<set $drugUpgradeHormones = "XY", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to treat slaves with male hormones.">><</replace>><</link>> + <</if>> + <<if $drugUpgradeInjectionOne == "unselected">> + <br>Slaves are treated to sport T&A of a + <<link "Small size">><<set $drugUpgradeInjectionOne = "small", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation not to apply growth injections.">><</replace>><</link>> /*I doubt the old "none" provided slaves with small T&A, but that option should probably exist*/ + | <<link "Tasteful size">><<set $drugUpgradeInjectionOne = "tasteful", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to grow slaves' assets to a moderate size.">><</replace>><</link>> + | <<link "Huge size">><<set $drugUpgradeInjectionOne = "huge", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to grow slaves' assets to a huge size.">><</replace>><</link>> + | <<link "Supermassive size">><<set $drugUpgradeInjectionOne = "supermassive", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to apply supermassive growth injections.">><</replace>><</link>> + <</if>> + <<if $drugUpgradeInjectionTwo == "unselected">> + <br>Slaves are enhanced for + | <<link "Fluid production">><<set $drugUpgradeInjectionTwo = "pastoral", $corpToken -= 1>><<replace "#direction">><br><<print "You directed the corporation to apply growth injections focused on milk<<if $seeDicks > 0>> and cum<</if>> production.">><</replace>><</link>> + <</if>> +<</if>> + +<<if $generalUpgradeBreaking || $generalUpgradeWeight || $generalUpgradeMuscle || $entrapmentUpgradeDevotionOne || $entrapmentUpgradeDevotionTwo || $entrapmentUpgradeIntelligence || $captureUpgradeGender || $captureUpgradeAge || $captureUpgradeRace || $trainingUpgradeAccent || $trainingUpgradeEducation || $trainingUpgradeSexEd || $surgicalUpgradeCosmetics || $surgicalUpgradeImplants || $surgicalUpgradeGenitalia || $drugUpgradeHormones || $drugUpgradeInjectionOne || $drugUpgradeInjectionTwo != "unselected">> + <br>You can unspecialize your corporation and respecialize the following week. Your corporation is currently directed to do the following: + <<if $generalUpgradeBreaking != "unselected">> + <br> + <<if $generalUpgradeBreaking == "brutality">> + Break slaves with brutality. + <<else>> + Train slaves with care. + <</if>> + <<link "Refocus">><<set $generalUpgradeBreaking = "unselected", $corpToken += 1>><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> + <</if>> + <<if $generalUpgradeWeight != "unselected">> + <br> + <<if $generalUpgradeWeight == "attractive">> + Ensure slaves aren't too thin or too fat. + <<elseif $generalUpgradeWeight == "thin">> + Ensure slaves are thin. + <<else>> + Ensure slaves are fat. + <</if>> + <<link "Refocus">><<set $generalUpgradeWeight = "unselected", $corpToken += 1>><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> + <</if>> + <<if $generalUpgradeMuscle != "unselected">> + <br> + <<if $generalUpgradeMuscle == "toned">> + Ensure slaves' muscles are toned. + <<elseif $generalUpgradeMuscle == "ripped">> + Ensure slaves' muscles are ripped. + <<else>> + Ensure slaves have no visible muscles. + <</if>> + <<link "Refocus">><<set $generalUpgradeMuscle = "unselected", $corpToken += 1>><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> + <</if>> + <<if $entrapmentUpgradeDevotionOne != "unselected">> + <br> + <<if $entrapmentUpgradeDevotionOne == "obedience">> + Retain slaves who are predisposed to obedience. + <<else>> + Retain slaves who remain reluctant to serve. + <</if>> + <<link "Refocus">><<set $entrapmentUpgradeDevotionOne = "unselected", $corpToken += 1>><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> + <</if>> + <<if $entrapmentUpgradeDevotionTwo != "unselected">> + <<if $entrapmentUpgradeDevotionTwo == "devotion">> + Retain slaves who are predisposed to devotion. + <<else>> + Retain slaves who are filled with hatred. + <</if>> + <<link "Refocus">><<set $entrapmentUpgradeDevotionTwo = "unselected", $corpToken += 1>><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> + <</if>> + <<if $entrapmentUpgradeIntelligence != "unselected">> + <br> + <<if $entrapmentUpgradeIntelligence == "intelligent">> + Retain smart slaves. + <<elseif $entrapmentUpgradeIntelligence == "stupid">> + Retain stupid slaves. + <</if>> + <<link "Refocus">><<set $entrapmentUpgradeIntelligence = "unselected", $corpToken += 1>><<replace "#direction", $corpToken += 1>><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> + <</if>> + <<if $captureUpgradeGender != "unselected">> + <br> + <<if $captureUpgradeGender == "XX">> + Retain slaves with pussies. + <<elseif $captureUpgradeGender == "XY">> + Retain slaves with dicks. + <</if>> + <<link "Refocus">><<set $captureUpgradeGender = "unselected", $corpToken += 1>><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> + <</if>> + <<if $captureUpgradeAge != "unselected">> + <br> + <<if $captureUpgradeAge == "young">> + Retain younger slaves. + <<else>> + Retain older slaves. + <</if>> + <<link "Refocus">><<set $captureUpgradeAge = "unselected", $corpToken += 1>><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> + <</if>> + <<if $captureUpgradeRace != "unselected">> + <br>Retain only $captureUpgradeRace slaves. + <<link "Refocus">><<set $captureUpgradeRace = "unselected", $corpToken += 1>><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> + <</if>> + <<if $trainingUpgradeAccent != "unselected">> + <br> + <<if $trainingUpgradeAccent == "accents">> + Teach slaves the lingua franca but retain their accent. + <<else>> + Teach slaves the lingua franca until they can speak it without accent. + <</if>> + <<link "Refocus">><<set $trainingUpgradeAccent = "unselected", $corpToken += 1>><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> + <</if>> + <<if $trainingUpgradeEducation != "unselected">> + <br> + <<if $trainingUpgradeEducation = "basic">> + Give slaves a basic slave education. + <<else>> + Do not educate slaves. + <</if>> + <<link "Refocus">><<set $trainingUpgradeEducation = "unselected", $corpToken += 1>><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> + <</if>> + <<if $trainingUpgradeSexEd != "unselected">> + <br> + <<if $trainingUpgradeSexEd == "competence">> + Teach slaves basic sexual skills. + <<else>> + Teach slaves until they are sexually skilled. + <</if>> + <<link "Refocus">><<set $trainingUpgradeSexEd = "unselected", $corpToken += 1>><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> + <</if>> + <<if $surgicalUpgradeCosmetics != "unselected">> + <br>Slaves are given straightforward cosmetic surgeries before being marketed. + <<link "Refocus">><<set $surgicalUpgradeCosmetics = "unselected", $corpToken += 1>><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> + <</if>> + <<if $surgicalUpgradeImplants != "unselected">> + <br> + <<if $surgicalUpgradeImplants == "applied">> + Give slaves basic implants. + <<elseif $surgicalUpgradeImplants == "applied">> + Give slaves absurd-sized implants. + <<else>> + Keep slaves implant free. + <</if>> + <<link "Refocus">><<set $surgicalUpgradeImplants = "unselected", $corpToken += 1>><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> + <</if>> + <<if $surgicalUpgradeGenitalia != "unselected">> + <br> + <<if $surgicalUpgradeGenitalia == "futanari">> + Turn slaves into futanari. + <<elseif $surgicalUpgradeGenitalia == "gelded">> + Gelded slaves. + <<else>> + Sell only mindbroken fuckdolls. + <</if>> + <<link "Refocus">><<set $surgicalUpgradeGenitalia = "unselected", $corpToken += 1>><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> + <</if>> + <<if $drugUpgradeHormones != "unselected">> + <br> + <<if $drugUpgradeHormones == "XX">> + Give slaves female hormones. + <<else>> + Give slaves male hormones. + <</if>> + <<link "Refocus">><<set $drugUpgradeHormones = "unselected", $corpToken += 1>><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> + <</if>> + <<if $drugUpgradeInjectionOne != "unselected">> + <br> + <<if $drugUpgradeInjectionOne == "small">> + Slaves are treated to ensure petit assets. + <<if $drugUpgradeInjectionOne == "tasteful">> + Slaves are treated to grow moderate-sized assets. + <<elseif $drugUpgradeInjectionOne == "huge">> + Slaves are treated to grow huge assets. + <<else>> + Slaves are treated to grow supermassive assets. + <</if>> + <<link "Refocus">><<set $drugUpgradeInjectionOne = "unselected", $corpToken += 1>><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> + <</if>> + <<if $drugUpgradeInjectionTwo != "unselected">> + <br>Slaves are treated to produce copious amounts of fluids. + <<link "Refocus">><<set $drugUpgradeInjectionTwo = "unselected", $corpToken += 1>><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> +<</if>> + +</span> + /*<<if $detailedCorpControls == 1>> <<set _Numgeneral = "ALL">> <<set _Numslave = "ALL">> @@ -1475,298 +1778,4 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p <</if>> <span id="controlsdrug"><<CorpDevBuySell "drug" "Numdrug">></span><span id='drugAssetsPurchasing'></span> <</if>> - -<br> <span id="direction"> - -<<if $generalAssets >= 2000>> - <<if $generalUpgradeBreaking == "unselected">> - <br>The corporation has enough general expertise to specialize. Focus on breaking slaves with - <<link "Brutality">><<set $generalUpgradeBreaking = "brutality">><<replace "#direction">><br><<print "You directed the corporation to train slaves with brutal force.">><</replace>><</link>> - | <<link "Care">><<set $generalUpgradeBreaking = "care">><<replace "#direction">><br><<print "You directed the corporation to train slaves with loving care.">><</replace>><</link>> - | <<link "No focus">><<set $generalUpgradeBreaking = "none">><<replace "#direction">><br><<print "You directed the corporation to focus on whatever training methods work best.">><</replace>><</link>> - <</if>> -<</if>> -<<if $generalUpgradeBreaking != "unselected">> - <br> - <<if $generalUpgradeBreaking == "brutality">>The corporation does not hesitate from using brutality to break slaves. - <<elseif $generalUpgradeBreaking == "care">>The corporation uses care in training their slaves. - <<else>>The corporation uses both care and brutality when training their slaves. - <</if>> - <<link "Refocus">><<set $generalUpgradeBreaking = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> -<</if>> -<<if $generalAssets >= 5000>> - <<if $generalUpgradeWeight == "unselected">> - <br>The corporation has enough general expertise to specialize. Manage slaves' diets to an - <<link "Attractive weight">><<set $generalUpgradeWeight = "attractive">><<replace "#direction">><br><<print "You directed the corporation to slim fat slaves and feed thin ones.">><</replace>><</link>> - | <<link "No dieting">><<set $generalUpgradeWeight = "none">><<replace "#direction">><br><<print "You directed the corporation not to focus on slaves' weight.">><</replace>><</link>> - <</if>> -<</if>> -<<if $generalUpgradeWeight != "unselected">> - <br> - <<if $generalUpgradeWeight == "attractive">>The corporation manages the slaves' diets to ensure they aren't too thin or too fat. - <<else>>The corporation does not try to change the slaves' weights. - <</if>> - <<link "Refocus">><<set $generalUpgradeWeight = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> -<</if>> -<<if $generalAssets >= 10000>> - <<if $generalUpgradeMuscle == "unselected">> - <br>The corporation has enough general expertise to specialize. Train slaves until their muscles are - <<link "Toned">><<set $generalUpgradeMuscle = "toned">><<replace "#direction">><br><<print "You directed the corporation to train slaves until they're toned.">><</replace>><</link>> - | <<link "Ripped">><<set $generalUpgradeMuscle = "ripped">><<replace "#direction">><br><<print "You directed the corporation to train slaves until they're ripped.">><</replace>><</link>> - | <<link "No training">><<set $generalUpgradeMuscle = "none">><<replace "#direction">><br><<print "You directed the corporation not to focus on slaves' fitness.">><</replace>><</link>> - <</if>> -<</if>> -<<if $generalUpgradeMuscle != "unselected">> - <br> - <<if $generalUpgradeMuscle == "toned">>The corporation's slaves are made to exercise until they are toned. - <<elseif $generalUpgradeMuscle == "ripped">>The corporation's slaves are made to exercise until they are ripped. - <<else>>The corporation does not try to manage their slaves' fitness. - <</if>> - <<link "Refocus">><<set $generalUpgradeMuscle = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> -<</if>> -<<if $entrapmentAssets >= 2000>> - <<if $entrapmentUpgradeDevotionOne == "unselected">> - <br>The corporation is entrapping enough slaves to specialize. Focus on slaves with - <<link "Obedience">><<set $entrapmentUpgradeDevotionOne = "obedience">><<replace "#direction">><br><<print "You directed the corporation to retain obedient slaves.">><</replace>><</link>> - | <<link "No focus">><<set $entrapmentUpgradeDevotionOne = "none">><<replace "#direction">><br><<print "You directed the corporation to train slaves regardless of obedience.">><</replace>><</link>> - <</if>> -<</if>> -<<if $entrapmentAssets >= 5000>> - <<if $entrapmentUpgradeDevotionTwo == "unselected">> - <br>The corporation is entrapping enough slaves to specialize. Focus on slaves with - <<link "Devotion">><<set $entrapmentUpgradeDevotionTwo = "devotion">><<replace "#direction">><br><<print "You directed the corporation to retain devoted slaves.">><</replace>><</link>> - | <<link "No focus">><<set $entrapmentUpgradeDevotionTwo = "none">><<replace "#direction">><br><<print "You directed the corporation to train slaves regardless of devotion.">><</replace>><</link>> - <</if>> -<</if>> - <br> - <<if $entrapmentUpgradeDevotionOne == "obedience">>The corporation selects slaves who are predisposed to obedience. - <<else>>The corporation trains slaves regardless of obedience.<</if>> - <<link "Refocus">><<set $entrapmentUpgradeDevotionOne = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> - <br> - <<if $entrapmentUpgradeDevotionTwo == "devotion">>The corporation selects slaves who are predisposed to devotion. - <<else>>The corporation trains slaves regardless of devotion.<</if>> - <<link "Refocus">><<set $entrapmentUpgradeDevotionTwo = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> -<<if $entrapmentAssets >= 10000>> - <<if $entrapmentUpgradeIntelligence == "unselected">> - <br>The corporation is entrapping enough slaves to specialize. Focus on slaves who are - <<link "Intelligent">><<set $entrapmentUpgradeIntelligence = "intelligent">><<replace "#direction">><br><<print "You directed the corporation to retain intelligent slaves.">><</replace>><</link>> - | <<link "Stupid">><<set $entrapmentUpgradeIntelligence = "stupid">><<replace "#direction">><br><<print "You directed the corporation to retain stupid slaves.">><</replace>><</link>> - | <<link "No focus">><<set $entrapmentUpgradeIntelligence = "none">><<replace "#direction">><br><<print "You directed the corporation to train slaves regardless of intelligence.">><</replace>><</link>> - <</if>> -<</if>> -<<if $entrapmentUpgradeIntelligence != "unselected">> - <br> - <<if $entrapmentUpgradeIntelligence == "intelligent">>The corporation only retains smart slaves. - <<elseif $entrapmentUpgradeIntelligence == "stupid">>The corporation only retains stupid slaves. - <<else>>The corporation does not care how smart/stupid a slave is. - <</if>> - <<link "Refocus">><<set $entrapmentUpgradeIntelligence = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> -<</if>> -<<if $captureAssets >= 2000>> - <<if $seeDicks != 0>> - <<if $captureUpgradeGender == "unselected">> - <br>The corporation captures enough slaves to specialize. Focus on training slaves with - <<link "Pussies">><<set $captureUpgradeGender = "XX">><<replace "#direction">><br><<print "You directed the corporation to retain slaves with pussies for training.">><</replace>><</link>> - | <<link "Dicks">><<set $captureUpgradeGender = "XY">><<replace "#direction">><br><<print "You directed the corporation to retain slaves with dicks for training.">><</replace>><</link>> - | <<link "No focus">><<set $captureUpgradeGender = "none">><<replace "#direction">><br><<print "You directed the corporation to retain any promising slave for training.">><</replace>><</link>> - <</if>> - <</if>> -<</if>> -<<if $captureUpgradeGender != "unselected">> - <br> - <<if $captureUpgradeGender == "XX">>The corporation only retains slaves with pussies. - <<elseif $captureUpgradeGender == "XY">>The corporation only retains slaves with dicks. - <<else>>The corporation retains any promising slave regardless of whether she has a dick or a pussy. - <</if>> - <<link "Refocus">><<set $captureUpgradeGender = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> -<</if>> -<<if $captureAssets >= 5000>> - <<if $captureUpgradeAge == "unselected">> - <br>The corporation captures enough slaves to specialize. Focus on training slaves who are - <<link "Younger">><<set $captureUpgradeAge = "young">><<replace "#direction">><br><<print "You directed the corporation to retain younger slaves for training.">><</replace>><</link>> - | <<link "Older">><<set $captureUpgradeAge = "old">><<replace "#direction">><br><<print "You directed the corporation to retain older slaves for training.">><</replace>><</link>> - | <<link "No focus">><<set $captureUpgradeAge = "none">><<replace "#direction">><br><<print "You directed the corporation to retain any promising slave for training.">><</replace>><</link>> - <</if>> -<</if>> -<<if $captureUpgradeAge != "unselected">> - <br> - <<if $captureUpgradeAge == "young">>The corporation is focusing on capturing younger slaves. - <<elseif $captureUpgradeAge == "old">>The corporation is focusing on capturing older slaves. - <<else>>The corporation is not focusing on capturing slaves of any particular age. - <</if>> - <<link "Refocus">><<set $captureUpgradeAge = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> -<</if>> -<<if $captureAssets >= 10000>> - <<if $captureUpgradeRace == "unselected">> - <br>The corporation captures enough slaves to specialize. Focus on training slaves who are - <<link "White">><<set $captureUpgradeRace = "white">><<replace "#direction">><br><<print "You directed the corporation to retain white slaves for training.">><</replace>><</link>> - | <<link "Asian">><<set $captureUpgradeRace = "asian">><<replace "#direction">><br><<print "You directed the corporation to retain asian slaves for training.">><</replace>><</link>> - | <<link "Indo-aryan">><<set $captureUpgradeRace = "indo-aryan">><<replace "#direction">><br><<print "You directed the corporation to retain indo-aryan slaves for training.">><</replace>><</link>> - | <<link "Latina">><<set $captureUpgradeRace = "latina">><<replace "#direction">><br><<print "You directed the corporation to retain latina slaves for training.">><</replace>><</link>> - | <<link "middle eastern">><<set $captureUpgradeRace = "middle eastern">><<replace "#direction">><br><<print "You directed the corporation to retain Middle Eastern slaves for training.">><</replace>><</link>> - | <<link "Black">><<set $captureUpgradeRace = "black">><<replace "#direction">><br><<print "You directed the corporation to retain black slaves for training.">><</replace>><</link>> - | <<link "Pacific Islander">><<set $captureUpgradeRace = "pacific islander">><<replace "#direction">><br><<print "You directed the corporation to retain pacific islander slaves for training.">><</replace>><</link>> - | <<link "Malay">><<set $captureUpgradeRace = "malay">><<replace "#direction">><br><<print "You directed the corporation to retain malay slaves for training.">><</replace>><</link>> - | <<link "Amerindian">><<set $captureUpgradeRace = "amerindian">><<replace "#direction">><br><<print "You directed the corporation to retain amerindian slaves for training.">><</replace>><</link>> - | <<link "Semitic">><<set $captureUpgradeRace = "semitic">><<replace "#direction">><br><<print "You directed the corporation to retain semitic slaves for training.">><</replace>><</link>> - | <<link "Southern European">><<set $captureUpgradeRace = "southern european">><<replace "#direction">><br><<print "You directed the corporation to retain southern european slaves for training.">><</replace>><</link>> - | <<link "Mixed Race">><<set $captureUpgradeRace = "mixed race">><<replace "#direction">><br><<print "You directed the corporation to retain mixed race slaves for training.">><</replace>><</link>> - | <<link "No focus">><<set $captureUpgradeRace = "none">><<replace "#direction">><br><<print "You directed the corporation to retain any promising slave for training.">><</replace>><</link>> - <</if>> -<</if>> -<<if $captureUpgradeRace != "unselected">> - <br> - <<if $captureUpgradeRace == "none">>The corporation retains any promising slave regardless of race. - <<else>>The corporation retains only $captureUpgradeRace slaves. - <</if>> - <<link "Refocus">><<set $captureUpgradeRace = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> -<</if>> -<<if $trainingAssets >= 2000>> - <<if $trainingUpgradeAccent == "unselected">> - <br>The corporation has enough training expertise to specialize. Focus on linguistic training to - <<link "Teach language">><<set $trainingUpgradeAccent = "accents">><<replace "#direction">><br><<print "You directed the corporation to teach slaves the lingua franca.">><</replace>><</link>> - | <<link "Eliminate accents">><<set $trainingUpgradeAccent = "eliminate">><<replace "#direction">><br><<print "You directed the corporation to teach slaves perfect, unaccented language.">><</replace>><</link>> - | <<link "No training">><<set $trainingUpgradeAccent = "none">><<replace "#direction">><br><<print "You directed the corporation not to focus on linguistic training.">><</replace>><</link>> - <</if>> -<</if>> -<<if $trainingUpgradeAccent != "unselected">> - <br> - <<if $trainingUpgradeAccent == "accents">>Slaves are taught the lingua franca but are allowed to retain their accents. - <<elseif $trainingUpgradeAccent == "eliminate">>Slaves are taught the lingua franca until they can speak it without accent. - <<else>>The corporation does not expend any special effort teaching language. - <</if>> - <<link "Refocus">><<set $trainingUpgradeAccent = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> -<</if>> -<<if $trainingAssets >= 5000>> - <<if $trainingUpgradeEducation == "unselected">> - <br>The corporation has enough training expertise to specialize. Train slaves with - <<link "Basic educations">><<set $trainingUpgradeEducation = "basic">><<replace "#direction">><br><<print "You directed the corporation to focus on ensuring slaves are properly educated.">><</replace>><</link>> - | <<link "No training">><<set $trainingUpgradeEducation = "none">><<replace "#direction">><br><<print "You directed the corporation to focus on getting slaves broken, not educated.">><</replace>><</link>> - <</if>> -<</if>> -<<if $trainingUpgradeEducation != "unselected">> - <br> - <<if $trainingUpgradeEducation == "basic">>Slaves are given basic slave education. - <<else>>The corporation does not waste money with slave education. - <</if>> - <<link "Refocus">><<set $trainingUpgradeEducation = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> -<</if>> -<<if $trainingAssets >= 10000>> - <<if $trainingUpgradeSexEd == "unselected">> - <br>The corporation has enough training expertise to specialize. Train slaves' sexual knowledge to - <<link "Competence">><<set $trainingUpgradeSexEd = "competence">><<replace "#direction">><br><<print "You directed the corporation to ensure slaves know basic sexual skills.">><</replace>><</link>> - | <<link "Highly Skilled">><<set $trainingUpgradeSexEd = "highly skilled">><<replace "#direction">><br><<print "You directed the corporation to ensure slaves are sexually proficient.">><</replace>><</link>> - | <<link "No training">><<set $trainingUpgradeSexEd = "none">><<replace "#direction">><br><<print "You directed the corporation to focus on getting slaves trained rather than skilled.">><</replace>><</link>> - <</if>> -<</if>> -<<if $trainingUpgradeSexEd != "unselected">> - <br> - <<if $trainingUpgradeSexEd == "competence">>Slaves are taught basic sexual skills. - <<elseif $trainingUpgradeSexEd == "highly skilled">>The corporation makes sure the slaves are sexually skilled. - <<else>>The corporation does not spend any effort in teaching the slaves sexual skills. - <</if>> - <<link "Refocus">><<set $trainingUpgradeSexEd = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> -<</if>> -<<if $surgicalAssets >= 2000>> - <<if $surgicalUpgradeCosmetics == "unselected">> - <br>The corporation has enough surgical expertise to specialize. Straightforward cosmetic procedures should be - <<link "Applied">><<set $surgicalUpgradeCosmetics = "applied">><<replace "#direction">><br><<print "You directed the corporation to give slaves straightforward cosmetic surgeries.">><</replace>><</link>> - | <<link "Not applied">><<set $surgicalUpgradeCosmetics = "none">><<replace "#direction">><br><<print "You directed the corporation to leave slaves surgically unaltered.">><</replace>><</link>> - <</if>> -<</if>> -<<if $surgicalUpgradeCosmetics != "unselected">> - <br> - <<if $surgicalUpgradeCosmetics == "applied">>Slaves are given straightforward cosmetic surgeries before being marketed. - <<else>>The corporation does not bother with straightforward cosmetic surgery for slaves. - <</if>> - <<link "Refocus">><<set $surgicalUpgradeCosmetics = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> -<</if>> -<<if $surgicalAssets >= 5000>> - <<if $surgicalUpgradeImplants == "unselected">> - <br>The corporation has enough surgical expertise to specialize. Implants should be - <<link "Applied">><<set $surgicalUpgradeImplants = "applied">><<replace "#direction">><br><<print "You directed the corporation to give slaves basic implants.">><</replace>><</link>> - | <<link "Absurd">><<set $surgicalUpgradeImplants = "absurd">><<replace "#direction">><br><<print "You directed the corporation to give slaves absurd implants.">><</replace>><</link>> - | <<link "Not applied">><<set $surgicalUpgradeImplants = "none">><<replace "#direction">><br><<print "You directed the corporation to leave slaves without implants.">><</replace>><</link>> - <</if>> -<</if>> -<<if $surgicalUpgradeImplants != "unselected">> - <br> - <<if $surgicalUpgradeImplants == "applied">>Slaves are given basic implants before being marketed. - <<elseif $surgicalUpgradeImplants == "applied">>Slaves are given absurd-sized implants before being marketed. - <<else>>The corporation does not bother with installing implants in slaves. - <</if>> - <<link "Refocus">><<set $surgicalUpgradeImplants = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> -<</if>> -<<if $surgicalAssets >= 10000>> - <<if $seeDicks != 0>> - <<if $surgicalUpgradeGenitalia == "unselected">> - <br>The corporation has enough surgical expertise to specialize. Slaves' genitals should be reconfigured to - <<link "Futanari">><<set $surgicalUpgradeGenitalia = "futanari">><<replace "#direction">><br><<print "You directed the corporation to create futanari.">><</replace>><</link>> - <<if $seeExtreme != 0>> - | <<link "Remove balls">><<set $surgicalUpgradeGenitalia = "gelded">><<replace "#direction">><br><<print "You directed the corporation to remove slaves' balls.">><</replace>><</link>> - | <<link "Mindbreak and remove limbs">><<set $surgicalUpgradeGenitalia = "fucknugget", $generalUpgradeBreaking = "none", $entrapmentUpgradeDevotionOne = "none", $entrapmentUpgradeDevotionTwo = "none", $trainingUpgradeAccent = "none", $trainingUpgradeEducation = "none", $trainingUpgradeSexEd = "none">><<replace "#direction">><br><<print "You directed the corporation to produce limbless, mindless slaves.">><</replace>><</link>> - <</if>> - | <<link "None">><<set $surgicalUpgradeGenitalia = "none">><<replace "#direction">><br><<print "You directed the corporation to leave slaves without major genital reconfiguration.">><</replace>><</link>> - <</if>> - <</if>> -<</if>> -<<if $surgicalUpgradeGenitalia != "unselected">> - <br> - <<if $surgicalUpgradeGenitalia == "futanari">>Slaves are turned into futanari prior to market. - <<elseif $surgicalUpgradeGenitalia == "gelded">>Slaves are gelded prior to market. - <<elseif $surgicalUpgradeGenitalia == "fucknugget">>The corporation sells only mindbroken fuckdolls. - <<else>>The corporation leaves the slaves' genitals alone. - <</if>> - <<link "Refocus">><<set $surgicalUpgradeGenitalia = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> -<</if>> -<<if $drugAssets >= 2000>> - <<if $drugUpgradeHormones == "unselected">> - <br>The corporation has surplus pharmaceutical fabrication to specialize. Hormones should be applied to - <<link "Feminize">><<set $drugUpgradeHormones = "XX">><<replace "#direction">><br><<print "You directed the corporation to treat slaves with female hormones.">><</replace>><</link>> - | <<link "Masculinize">><<set $drugUpgradeHormones = "XY">><<replace "#direction">><br><<print "You directed the corporation to treat slaves with male hormones.">><</replace>><</link>> - | <<link "Not applied">><<set $drugUpgradeHormones = "none">><<replace "#direction">><br><<print "You directed the corporation not to apply hormones.">><</replace>><</link>> - <</if>> -<</if>> -<<if $drugUpgradeHormones != "unselected">> - <br> - <<if $drugUpgradeHormones == "XX">>Slaves are given female hormones. - <<elseif $drugUpgradeHormones == "XY">>Slaves are given male hormones. - <<else>>The corporation does not apply any hormones to the slaves. - <</if>> - <<link "Refocus">><<set $drugUpgradeHormones = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> -<</if>> -<<if $drugAssets >= 5000>> - <<if $drugUpgradeInjectionOne == "unselected">> - <br>The corporation has surplus pharmaceutical fabrication to specialize. Growth injections should be applied until T&A are grown to a - <<link "Tasteful size">><<set $drugUpgradeInjectionOne = "tasteful">><<replace "#direction">><br><<print "You directed the corporation to grow slaves' assets to a moderate size.">><</replace>><</link>> - | <<link "Huge size">><<set $drugUpgradeInjectionOne = "huge">><<replace "#direction">><br><<print "You directed the corporation to grow slaves' assets to a huge size.">><</replace>><</link>> - | <<link "Not applied">><<set $drugUpgradeInjectionOne = "none">><<replace "#direction">><br><<print "You directed the corporation not to apply growth injections.">><</replace>><</link>> - <</if>> -<</if>> -<<if $drugUpgradeInjectionOne != "unselected">> - <br> - <<if $drugUpgradeInjectionOne == "tasteful">>Growth injections are applied until slaves' assets are moderate-sized.. - <<elseif $drugUpgradeInjectionOne == "huge">>Growth injections are applied until slaves' assets are huge. - <<else>>The corporation does not give the slaves any growth injections. - <</if>> - <<link "Refocus">><<set $drugUpgradeInjectionOne = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> -<</if>> -<<if $drugAssets >= 10000>> - <<if $drugUpgradeInjectionTwo == "unselected">> - <br>The corporation has surplus pharmaceutical fabrication to specialize. Advanced growth injections should be - <<link "Supermassive">><<set $drugUpgradeInjectionTwo = "supermassive">><<replace "#direction">><br><<print "You directed the corporation to apply supermassive growth injections.">><</replace>><</link>> - | <<link "Pastoral">><<set $drugUpgradeInjectionTwo = "pastoral">><<replace "#direction">><br><<print "You directed the corporation to apply growth injections focused on milk<<if $seeDicks > 0>> and cum<</if>> production.">><</replace>><</link>> - | <<link "Not applied">><<set $drugUpgradeInjectionTwo = "none">><<replace "#direction">><br><<print "You directed the corporation not to apply advanced growth injections.">><</replace>><</link>> - <</if>> -<</if>> -<<if $drugUpgradeInjectionTwo != "unselected">> - <br> - <<if $drugUpgradeInjectionTwo == "supermassive">>The corporation uses advanced growth injections to make the slaves' assets supermassive. - <<elseif $drugUpgradeInjectionTwo == "pastoral">>The corporation uses advanced growth injections to make the slaves' assets very productive. - <<else>>The corporation does not give the slaves advanced growth injections. - <</if>> - <<link "Refocus">><<set $drugUpgradeInjectionTwo = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> -<</if>> - -</span> */ \ No newline at end of file diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw index 0fc7cc8fa1620468f10cfd50a757cc1834db24cf..f84243f9c12e45392fe522fbc88a36178292a8ed 100644 --- a/src/utility/slaveCreationWidgets.tw +++ b/src/utility/slaveCreationWidgets.tw @@ -2174,7 +2174,7 @@ <<else>> It does not use hormones on a systematic level. <</if>> - <<if $drugUpgradeInjectionTwo == "supermassive">> + <<if $drugUpgradeInjectionOne == "supermassive">> Advanced growth hormones are applied on a grand scale. <<set $activeSlave.lips = Math.clamp($activeSlave.lips+50, 0, 85)>> <<set $activeSlave.butt = Math.clamp($activeSlave.butt+random(4,6), 0, 10)>>