From fdb976157128f6ddb4b495264ed28c9714492e07 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Thu, 21 Mar 2019 04:07:49 -0400 Subject: [PATCH] Ordinary arms and legs only shows if there are muscles to accompany them --- src/uncategorized/longSlaveDescription.tw | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw index 6f19d35da24..b8bad58b19e 100644 --- a/src/uncategorized/longSlaveDescription.tw +++ b/src/uncategorized/longSlaveDescription.tw @@ -1897,7 +1897,7 @@ $He is $He has plump arms with <<elseif $activeSlave.weight > 97>> $He has chubby arms with - <<else>> + <<elseif $activeSlave.muscles > 5>> $He has normal arms with <</if>> <<if $activeSlave.muscles > 95>> @@ -1907,7 +1907,7 @@ $He is <<elseif $activeSlave.muscles > 5>> toned muscles<<if $activeSlave.weight > 30>> hidden beneath $his soft flesh<</if>>. <<else>> - little muscle to them. + /*little muscle to them.*/ <</if>> <</if>> @@ -1943,7 +1943,7 @@ $He is $He has fat legs with thick, soft thighs and <<elseif $activeSlave.weight > 95>> $He has normal legs with thick, soft thighs and - <<else>> + <<elseif $activeSlave.muscles > 5>> $He has relatively normal legs and thighs with <</if>> <<if $activeSlave.muscles > 95>> @@ -1953,7 +1953,7 @@ $He is <<elseif $activeSlave.muscles > 5>> toned muscles<<if $activeSlave.weight > 30>> hidden beneath $his soft flab<</if>>. <<else>> - barely any muscle in them. + /*barely any muscle in them.*/ <</if>> <</if>> -- GitLab