diff --git a/src/uncategorized/pSnatchAndGrabResult.tw b/src/uncategorized/pSnatchAndGrabResult.tw
index 3b32ddd5c422d6fcf7f3bf63fbc552eddd582ec2..922509ec8b4891a83ed124bae49d905189a70781 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>>