From f37f2f1b72ebb8038c7043c8125a82902ac0657c Mon Sep 17 00:00:00 2001 From: DCoded <dicoded@email.com> Date: Sat, 26 Nov 2022 21:57:11 -0500 Subject: [PATCH] Replaced hard-coded assistant age with V.idealAge --- src/personalAssistant/assistantAppearance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/personalAssistant/assistantAppearance.js b/src/personalAssistant/assistantAppearance.js index 79ff356c155..d39f9556745 100644 --- a/src/personalAssistant/assistantAppearance.js +++ b/src/personalAssistant/assistantAppearance.js @@ -1203,7 +1203,7 @@ globalThis.PersonalAssistantAppearance = function() { "transformation fetishist": `${girlA} wearing short shorts and a t-shirt. At first glance it looks like ${heA} stuck two overinflated balloons up ${hisA} shirt, but with closer inspection they are revealed to be ridiculous implants.`, "pastoralist": `${girlA} wearing shorts and a white shirt. There's a little wet spot over each of ${hisA} nipples.`, "maturity preferentialist": `${girlA} wearing a school uniform. ${HeA} keeps rubbing ${hisA} bottom, making it look like teacher just spanked ${himA}.`, - "youth preferentialist": `${girlA} wearing a child's dress. ${HeA} looks barely more than three.`, + "youth preferentialist": `${girlA} wearing a child's dress. ${HeA} looks barely more than ${num(V.idealAge)}.`, "slimness enthusiast": `${girlA} wearing shorts and a white shirt. ${HeA} looks extremely thin.`, "body purist": `${girlA}. ${HeA}'s recently improved ${hisA} appearance to look more natural, with freckles and a winning smile.`, "intellectual dependency": `${girlA} wearing nothing at all. The breeze feels nice and modesty is not something ${heA} can understand.`, -- GitLab