From 5d9e80d5a401b42787ea0ca3a1295c24fb672e8d Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Tue, 28 May 2019 23:17:02 -0400 Subject: [PATCH] update child to match longslave order --- .../nursery/longChildDescription.tw | 33 ++++++++++++------- 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/src/facilities/nursery/longChildDescription.tw b/src/facilities/nursery/longChildDescription.tw index c70d969e488..7bbc22a915a 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>> -- GitLab