From 6cbcc099cb3479205780bb4fd5f5d0ed053082ec Mon Sep 17 00:00:00 2001
From: dsoloha <38593903+dsoloha@users.noreply.github.com>
Date: Fri, 24 Jan 2020 15:31:18 -0500
Subject: [PATCH] Change .visualAge to .physicalAge

---
 src/utility/descriptionWidgetsFlesh.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index 4f81c812038..0320e82c252 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -121,7 +121,7 @@ $He has
 		<</if>>
 	<</if>>
 <<elseif $activeSlave.waist >= -10>>
-	an average waist for a <<if $activeSlave.visualAge < 25>>$girl<<else>>$woman<</if>><<if $activeSlave.weight > 30>>, though it looks broader since $he's fat<<elseif $activeSlave.weight < -30>>, though it looks narrower since $he's thin<</if>>.
+	an average waist for a <<if $activeSlave.physicalAge <= 25>>$girl<<else>>$woman<</if>><<if $activeSlave.weight > 30>>, though it looks broader since $he's fat<<elseif $activeSlave.weight < -30>>, though it looks narrower since $he's thin<</if>>.
 	<<if $activeSlave.belly >= 1500>>
 		<<if $activeSlave.belly >= 750000>>
 			$His _belly belly grotesquely bulges around $his waist.
-- 
GitLab