diff --git a/src/facilities/nursery/longChildDescription.tw b/src/facilities/nursery/longChildDescription.tw index c70d969e488f7f8f60f2805f6d1a2e4f985d0cd6..7bbc22a915a56a6ec00d4af212d2b53bd3be61e6 100644 --- a/src/facilities/nursery/longChildDescription.tw +++ b/src/facilities/nursery/longChildDescription.tw @@ -1158,25 +1158,34 @@ $He is <<if $activeChild.fuckdoll == 0>> /* Check it's not a facial brand. (posting much later, I have basically just printed the list that was here. It might need to be longer, but it's the only way I can think of to hide cheeks and ears in multiBrand.)*/ - <<= App.Desc.brand($activeChild), "back">> + /* Sorted top to bottom */ + /* Torso */ <<= App.Desc.brand($activeChild), "chest">> - <<= App.Desc.brand($activeChild), "left ankle">> - <<= App.Desc.brand($activeChild), "left calf">> - <<= App.Desc.brand($activeChild), "left foot">> - <<= App.Desc.brand($activeChild), "left hand">> - <<= App.Desc.brand($activeChild), "left lower arm">> + <<= App.Desc.brand($activeChild), "back">> + <<= App.Desc.brand($activeChild), "lower back">> + + /* Arms */ <<= App.Desc.brand($activeChild), "left shoulder">> <<= App.Desc.brand($activeChild), "left upper arm">> + <<= App.Desc.brand($activeChild), "left lower arm">> <<= App.Desc.brand($activeChild), "left wrist">> - <<= App.Desc.brand($activeChild), "lower back">> - <<= App.Desc.brand($activeChild), "right ankle">> - <<= App.Desc.brand($activeChild), "right calf">> - <<= App.Desc.brand($activeChild), "right foot">> - <<= App.Desc.brand($activeChild), "right hand">> - <<= App.Desc.brand($activeChild), "right lower arm">> + <<= App.Desc.brand($activeChild), "left hand">> + <<= App.Desc.brand($activeChild), "right shoulder">> <<= App.Desc.brand($activeChild), "right upper arm">> + <<= App.Desc.brand($activeChild), "right lower arm">> + <<= App.Desc.brand($activeChild), "right hand">> <<= App.Desc.brand($activeChild), "right wrist">> + + /* Legs */ + /*buttock and thigh are displayed in descriptionWidgetsTattoos, if you can believe it */ + <<= App.Desc.brand($activeChild), "left calf">> + <<= App.Desc.brand($activeChild), "left ankle">> + <<= App.Desc.brand($activeChild), "left foot">> + + <<= App.Desc.brand($activeChild), "right calf">> + <<= App.Desc.brand($activeChild), "right ankle">> + <<= App.Desc.brand($activeChild), "right foot">> <</if>> <<skinDescription>>