From 7739809727e0a09a782142d6350be1e13e73006e Mon Sep 17 00:00:00 2001 From: scientist <michiel.weggen@gmail.com> Date: Sun, 23 Sep 2018 13:16:43 -0700 Subject: [PATCH] Scale height with age in pSnatchAndGrabResult.tw --- src/uncategorized/pSnatchAndGrabResult.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/pSnatchAndGrabResult.tw b/src/uncategorized/pSnatchAndGrabResult.tw index 3b32ddd5c42..922509ec8b4 100644 --- a/src/uncategorized/pSnatchAndGrabResult.tw +++ b/src/uncategorized/pSnatchAndGrabResult.tw @@ -105,7 +105,7 @@ <<set $activeSlave.whoreSkill = 0>> <<set $activeSlave.entertainSkill = 0>> <<set $activeSlave.birthWeek = 0>> -<<set $activeSlave.height = random(165,175)>> +<<set $activeSlave.height = Math.round(Height.random($activeSlave, {skew: 1, limitMult: [0, 2]}))>> <<set $activeSlave.weight = 0>> <<set $activeSlave.muscles = 20>> <<set $activeSlave.waist = -75>> -- GitLab