diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt index 21258d15a5d2e750dc48ee8c131584668563319c..649c14abcdb1e687fd4de42f1f1445f45a195620 100644 --- a/slave variables documentation - Pregmod.txt +++ b/slave variables documentation - Pregmod.txt @@ -808,6 +808,7 @@ accepts string "in a strip" "neat" "bushy" +"very bushy" "bushy in the front and neat in the rear" "bald" diff --git a/src/cheats/mod_editSlaveCheatNew.tw b/src/cheats/mod_editSlaveCheatNew.tw index 0eed353c0c8f1a03e6f85f29cf785849526ff9fb..f1849e9954dcbb36811e41196852ca93498efe6a 100644 --- a/src/cheats/mod_editSlaveCheatNew.tw +++ b/src/cheats/mod_editSlaveCheatNew.tw @@ -1075,6 +1075,7 @@ <<radiobutton "$tempSlave.pubicHStyle" "in a strip">> Strip <<radiobutton "$tempSlave.pubicHStyle" "neat">> Neat <<radiobutton "$tempSlave.pubicHStyle" "bushy">> Bushy + <<radiobutton "$tempSlave.pubicHStyle" "very bushy">> Very bushy <br> ''Her underarm hair is @@.yellow;$tempSlave.underArmHColor@@ in color'' <<link "Hair Colors">> diff --git a/src/npc/databases/dSlavesDatabase.tw b/src/npc/databases/dSlavesDatabase.tw index b7f64ba0151befc6d3978c197e0b0f643f796298..ba56a986d5bd11dbe3c17ad8749962e708a515bd 100644 --- a/src/npc/databases/dSlavesDatabase.tw +++ b/src/npc/databases/dSlavesDatabase.tw @@ -224,9 +224,9 @@ /*Changed eyes to blue -BoneyM*/ <<set _HS = {}>> -<<set _HS.slaveName = "Blue", _HS.birthName = "Blue", _HS.ID = _i++, _HS.birthWeek = random(0,51), _HS.actualAge = 22, _HS.physicalAge = 22, _HS.visualAge = 22, _HS.ovaryAge = 22, _HS.health = 40, _HS.devotion = 25, _HS.hColor = "blonde", _HS.pubicHColor = "blonde", _HS.skin = "white", _HS.hStyle = "long", _HS.pubicHStyle = "bushy", _HS.boobs = 400, _HS.butt = 3, _HS.vagina = 1, _HS.vaginaLube = 1, _HS.anus = 1, _HS.ovaries = 1, _HS.vaginalSkill = 15, _HS.oralSkill = 15, _HS.analSkill = 15, _HS.attrXY = 40, _HS.fetish = "buttslut", _HS.fetishKnown = 1, _HS.customTat = "She has angel wings across her back.", _HS.customDesc = "She has hairy, unshaven armpits, bush and asscrack.">> +<<set _HS.slaveName = "Blue", _HS.birthName = "Blue", _HS.ID = _i++, _HS.birthWeek = random(0,51), _HS.actualAge = 22, _HS.physicalAge = 22, _HS.visualAge = 22, _HS.ovaryAge = 22, _HS.health = 40, _HS.devotion = 25, _HS.hColor = "blonde", _HS.pubicHColor = "blonde", _HS.skin = "white", _HS.hStyle = "long", _HS.pubicHStyle = "bushy", _HS.boobs = 400, _HS.butt = 3, _HS.vagina = 1, _HS.vaginaLube = 1, _HS.anus = 1, _HS.ovaries = 1, _HS.vaginalSkill = 15, _HS.oralSkill = 15, _HS.analSkill = 15, _HS.attrXY = 40, _HS.fetish = "buttslut", _HS.fetishKnown = 1, _HS.customTat = "She has angel wings across her back.", _HS.punderArmHStyle = "bushy">> <<set $heroSlaves.push(_HS)>> -/*Fixed tattoo syntax -BoneyM*/ +/*Fixed tattoo syntax -BoneyM "She has hairy, unshaven armpits, bush and asscrack."*/ <<set _HS = {}>> <<set _HS.slaveName = "Maya", _HS.birthName = "Maya", _HS.ID = _i++, _HS.birthWeek = random(0,51), _HS.actualAge = 28, _HS.physicalAge = 28, _HS.visualAge = 28, _HS.ovaryAge = 28, _HS.health = 40, _HS.devotion = 100, _HS.height = 190, _HS.markings = "freckled", _HS.eyeColor = "green", _HS.hColor = "red", _HS.pubicHColor = "red", _HS.skin = "light", _HS.hLength = 10, _HS.pubicHStyle = "waxed", _HS.boobs = 800, _HS.butt = 2, _HS.vagina = 1, _HS.vaginaLube = 1, _HS.anus = 1, _HS.ovaries = 1, _HS.vaginalSkill = 35, _HS.oralSkill = 35, _HS.analSkill = 35, _HS.attrXY = 40, _HS.fetish = "cumslut", _HS.fetishKnown = 1, _HS.customTat = "She has a tramp stamp, and ‘Fuck Me’ in flowery script on her right thigh">> diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index 5443aa68a89effebe0fe683ecbbb3fa130664678..0fcedc6536558802220944c8838aea63aaefddda 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -592,7 +592,7 @@ <</if>> <<if ndef $DOLFigureHeadFamilyStatuesChildren>> <<set $DOLFigureHeadFamilyStatuesChildren = 0>> -<</if<< +<</if>> <<if ndef $DOLFigureHeadFamilyStatuesEscorts>> <<set $DOLFigureHeadFamilyStatuesEscorts = 0>> <</if>> diff --git a/src/uncategorized/cosmeticRulesAssistantSettings.tw b/src/uncategorized/cosmeticRulesAssistantSettings.tw index 5e6984cd3ee84dd4ed5fa3fe5b259ed412a1a06b..7b73ef44c701e468a211095034344beea820bc93 100644 --- a/src/uncategorized/cosmeticRulesAssistantSettings.tw +++ b/src/uncategorized/cosmeticRulesAssistantSettings.tw @@ -570,6 +570,10 @@ Pubic hair style: ''$currentRule.pubicHStyle.'' <<set $currentRule.pubicHStyle = "bushy in the front and neat in the rear">> <<RAChangePHStyle>> <</link>> +| <<link "Very bushy">> +<<set $currentRule.pubicHStyle = "very bushy">> +<<RAChangePHStyle>> +<</link>> <br> <span id = "ahcolor"> diff --git a/src/uncategorized/generateXXSlave.tw b/src/uncategorized/generateXXSlave.tw index 28791d1002072c83285ea14c7c880750fb600d89..c8d60ddb2eab9c0d7bc17042535d15f4a62c7b24 100644 --- a/src/uncategorized/generateXXSlave.tw +++ b/src/uncategorized/generateXXSlave.tw @@ -303,7 +303,7 @@ <<set $activeSlave.origHColor = $activeSlave.hColor>> <<set $activeSlave.origSkin = $activeSlave.skin>> <<set $activeSlave.pubicHColor = $activeSlave.hColor>> -<<set $activeSlave.pubicHStyle = either("hairless", "bald", "bald", "waxed", "waxed", "waxed", "waxed", "waxed", "waxed", "in a strip", "in a strip", "in a strip", "in a strip", "in a strip", "neat", "neat", "neat", "neat", "neat", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy", "bushy", "bushy", "bushy", "bushy")>> +<<set $activeSlave.pubicHStyle = either("hairless", "bald", "bald", "waxed", "waxed", "waxed", "waxed", "waxed", "waxed", "in a strip", "in a strip", "in a strip", "in a strip", "in a strip", "neat", "neat", "neat", "neat", "neat", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy", "bushy", "bushy", "bushy", "bushy", "very bushy", "very bushy")>> <<set $activeSlave.underArmHColor = $activeSlave.hColor>> <<set $activeSlave.underArmHStyle = either("hairless", "bald", "bald", "waxed", "waxed", "waxed", "waxed", "shaved", "shaved", "shaved", "shaved", "shaved", "neat", "neat", "neat", "neat", "neat", "bushy", "bushy", "bushy")>> <<if ($activeSlave.pubicHStyle == "hairless" || $activeSlave.underArmHStyle == "hairless") && random(1,100) > 40>> diff --git a/src/uncategorized/generateXYSlave.tw b/src/uncategorized/generateXYSlave.tw index e89196ea3fffb6c4589f4fbea3326cfc31bea808..6499f881c7919f28be9592b34ac2c85798f99f2c 100644 --- a/src/uncategorized/generateXYSlave.tw +++ b/src/uncategorized/generateXYSlave.tw @@ -307,7 +307,7 @@ <<set $activeSlave.origHColor = $activeSlave.hColor>> <<set $activeSlave.origSkin = $activeSlave.skin>> <<set $activeSlave.pubicHColor = $activeSlave.hColor>> -<<set $activeSlave.pubicHStyle = either("hairless", "bald", "bald", "waxed", "waxed", "waxed", "waxed", "waxed", "waxed", "in a strip", "in a strip", "in a strip", "neat", "neat", "neat", "neat", "neat", "neat", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy")>> +<<set $activeSlave.pubicHStyle = either("hairless", "bald", "bald", "waxed", "waxed", "waxed", "waxed", "waxed", "waxed", "in a strip", "in a strip", "in a strip", "neat", "neat", "neat", "neat", "neat", "neat", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "very bushy", "very bushy")>> <<set $activeSlave.underArmHColor = $activeSlave.hColor>> <<set $activeSlave.underArmHStyle = either("hairless", "bald", "bald", "waxed", "waxed", "waxed", "waxed", "shaved", "shaved", "shaved", "shaved", "shaved", "neat", "neat", "neat", "neat", "neat", "neat", "neat", "bushy", "bushy", "bushy", "bushy", "bushy")>> <<if ($activeSlave.pubicHStyle == "hairless" || $activeSlave.underArmHStyle == "hairless") && random(1,100) > 40>> diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 089c1f69fce59176370154234e1b49d7e6ec59d3..30954431a873eee8dddc3a8b1bf0175e1c17dc81 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -1346,7 +1346,8 @@ Relationship rules: ''<span id="relationshipRules">$activeSlave.relationshipRule //You cannot sell or discard your last slave.// <</if>> -| [[Upload her|Upload Slave]] +/*| [[Upload her|Upload Slave]]*/ +| [[Export this slave|Export Slave]] <<if $cheatMode>> - | [[Export this slave|Export Slave]] | [[Import a slave|Import Slave]] + | [[Import a slave|Import Slave]] <</if>> diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw index 6f4afa859d777d605fe4e58ad2a1caadf14e5e75..2376b8968265b3588d00a37e269b0848d2f3fe38 100644 --- a/src/utility/descriptionWidgetsFlesh.tw +++ b/src/utility/descriptionWidgetsFlesh.tw @@ -1805,7 +1805,7 @@ $pronounCap's got a <</if>> <</if>> -<<if ($activeSlave.pubicHStyle == "bushy")>> +<<if ($activeSlave.pubicHStyle == "bushy" || $activeSlave.pubicHStyle == "very bushy")>> <<if ($activeSlave.physicalAge >= 13)>> Since $pronoun has been left natural $pronoun has some light $activeSlave.pubicHColor pubic hair around $possessive ass. <</if>> @@ -3441,6 +3441,8 @@ $pronounCap's got a $possessiveCap $activeSlave.pubicHColor pubic hair forms a natural bush above $possessive <<if $activeSlave.dick > 0>>cock<<elseif $activeSlave.vagina == -1>>smoothness<<else>>pussy<</if>>. <<elseif ($activeSlave.pubicHStyle == "bushy")>> $possessiveCap $activeSlave.pubicHColor pubic hair forms a natural bush above $possessive <<if $activeSlave.dick > 0>>cock<<elseif $activeSlave.vagina == -1>>smoothness<<else>>pussy<</if>>. +<<elseif ($activeSlave.pubicHStyle == "very bushy")>> + $possessiveCap $activeSlave.pubicHColor pubic hair forms a dense bush above $possessive <<if $activeSlave.dick > 0>>cock<<elseif $activeSlave.vagina == -1>>smoothness<<else>>pussy<</if>> that trails up to her navel. <</if>> <<if $activeSlave.fuckdoll == 0>>