diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw index b0349311cd312f692f7cf87ca8cba4a91507ad09..94c34ed947339c1fd85e2e25ba5a8098c13703d3 100644 --- a/src/utility/descriptionWidgetsFlesh.tw +++ b/src/utility/descriptionWidgetsFlesh.tw @@ -3833,42 +3833,6 @@ $He's got a Society looks fondly on $his complete inability to reproduce. <</if>> -<<set _pubertyAge = Math.min($activeSlave.pubertyAgeXX, $activeSlave.pubertyAgeXY)>> -<<if ($activeSlave.physicalAge < _pubertyAge-2)>> - $He is too sexually immature to have pubic hair. -<<elseif ($activeSlave.pubicHStyle == "hairless")>> - $He's naturally smooth and hairless. -<<elseif ($activeSlave.pubicHStyle == "bald")>> - $He is no longer able to grow pubic hair leaving $him hairless and smooth. -<<elseif ($activeSlave.pubicHStyle == "waxed")>> - <<if $activeSlave.fuckdoll > 0>> - $His pubic hair has been removed to prevent chafing. - <<elseif ($activeSlave.assignment == "work in the dairy") && ($dairyRestraintsSetting > 1)>> - $His pubic hair has been removed to prevent chafing. - <<else>> - $He's waxed and smooth. - <</if>> -<<elseif ($activeSlave.physicalAge < _pubertyAge-1)>> - $He has a few wisps of pubic hair. -<<elseif ($activeSlave.physicalAge < _pubertyAge)>> - $He is on the verge of puberty and has a small patch of $activeSlave.pubicHColor pubic hair above $his <<if $activeSlave.dick > 0>>cock<<elseif $activeSlave.vagina == -1>>smoothness<<else>>pussy<</if>>. -<<elseif ($activeSlave.pubicHStyle == "in a strip")>> - $His $activeSlave.pubicHColor pubic hair is waxed into a narrow strip above $his <<if $activeSlave.dick > 0>>cock<<elseif $activeSlave.vagina == -1>>smoothness<<else>>pussy<</if>>. -<<elseif ($activeSlave.pubicHStyle == "neat")>> - $His $activeSlave.pubicHColor pubic hair is waxed into a neat patch above $his <<if $activeSlave.dick > 0>>cock<<elseif $activeSlave.vagina == -1>>smoothness<<else>>pussy<</if>>. -<<elseif ($activeSlave.pubicHStyle == "bushy in the front and neat in the rear")>> - $His $activeSlave.pubicHColor pubic hair forms a natural bush above $his <<if $activeSlave.dick > 0>>cock<<elseif $activeSlave.vagina == -1>>smoothness<<else>>pussy<</if>>. -<<elseif ($activeSlave.pubicHStyle == "bushy")>> - $His $activeSlave.pubicHColor pubic hair forms a natural bush above $his <<if $activeSlave.dick > 0>>cock<<elseif $activeSlave.vagina == -1>>smoothness<<else>>pussy<</if>>. -<<elseif ($activeSlave.pubicHStyle == "very bushy")>> - $His $activeSlave.pubicHColor pubic hair forms a dense bush above $his <<if $activeSlave.dick > 0>>cock<<elseif $activeSlave.vagina == -1>>smoothness<<else>>pussy<</if>> that trails up to $his navel. -<</if>> - -<<if $activeSlave.fuckdoll == 0>> - <<if $showBodyMods == 1>> - <<= App.Desc.brand($activeSlave, "pubic mound")>> - <</if>> -<</if>> <<if ($activeSlave.dick == 0)>> <<if ($activeSlave.clit > 0)>> @@ -4125,6 +4089,43 @@ $He's got a <</if>> <</if>> +<<if $activeSlave.fuckdoll == 0>> + <<if $showBodyMods == 1>> + <<= App.Desc.brand($activeSlave, "pubic mound")>> + <</if>> +<</if>> + +<<set _pubertyAge = Math.min($activeSlave.pubertyAgeXX, $activeSlave.pubertyAgeXY)>> +<<if ($activeSlave.physicalAge < _pubertyAge-2)>> + $He is too sexually immature to have pubic hair. +<<elseif ($activeSlave.pubicHStyle == "hairless")>> + $He's naturally smooth and hairless. +<<elseif ($activeSlave.pubicHStyle == "bald")>> + $He is no longer able to grow pubic hair leaving $him hairless and smooth. +<<elseif ($activeSlave.pubicHStyle == "waxed")>> + <<if $activeSlave.fuckdoll > 0>> + $His pubic hair has been removed to prevent chafing. + <<elseif ($activeSlave.assignment == "work in the dairy") && ($dairyRestraintsSetting > 1)>> + $His pubic hair has been removed to prevent chafing. + <<else>> + $He's waxed and smooth. + <</if>> +<<elseif ($activeSlave.physicalAge < _pubertyAge-1)>> + $He has a few wisps of pubic hair. +<<elseif ($activeSlave.physicalAge < _pubertyAge)>> + $He is on the verge of puberty and has a small patch of $activeSlave.pubicHColor pubic hair above $his <<if $activeSlave.dick > 0>>cock<<elseif $activeSlave.vagina == -1>>smoothness<<else>>pussy<</if>>. +<<elseif ($activeSlave.pubicHStyle == "in a strip")>> + $His $activeSlave.pubicHColor pubic hair is waxed into a narrow strip above $his <<if $activeSlave.dick > 0>>cock<<elseif $activeSlave.vagina == -1>>smoothness<<else>>pussy<</if>>. +<<elseif ($activeSlave.pubicHStyle == "neat")>> + $His $activeSlave.pubicHColor pubic hair is waxed into a neat patch above $his <<if $activeSlave.dick > 0>>cock<<elseif $activeSlave.vagina == -1>>smoothness<<else>>pussy<</if>>. +<<elseif ($activeSlave.pubicHStyle == "bushy in the front and neat in the rear")>> + $His $activeSlave.pubicHColor pubic hair forms a natural bush above $his <<if $activeSlave.dick > 0>>cock<<elseif $activeSlave.vagina == -1>>smoothness<<else>>pussy<</if>>. +<<elseif ($activeSlave.pubicHStyle == "bushy")>> + $His $activeSlave.pubicHColor pubic hair forms a natural bush above $his <<if $activeSlave.dick > 0>>cock<<elseif $activeSlave.vagina == -1>>smoothness<<else>>pussy<</if>>. +<<elseif ($activeSlave.pubicHStyle == "very bushy")>> + $His $activeSlave.pubicHColor pubic hair forms a dense bush above $his <<if $activeSlave.dick > 0>>cock<<elseif $activeSlave.vagina == -1>>smoothness<<else>>pussy<</if>> that trails up to $his navel. +<</if>> + <</widget>> <<widget "earDescription">>