diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index ef23065a087cbfbeb94a040dcd55919ce86d3954..29c20978f62ff6b0fc62b25b8330ed038bdb8c30 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -7,6 +7,7 @@ Pregmod
 	-slave assignment links improved
 	-facility transfer tab added to facility assignment
 	-added a drug to force erections
+	-aphrodisiacs counter erectile dysfunction
 	-added birth tracking tattoo
 	-breast implants now impact milk production based on % implant
 	-many new names added to lacking name pools
diff --git a/src/uncategorized/recETS.tw b/src/uncategorized/recETS.tw
index 6bd2b758a3b136c4b0ec072897022984e6c194c2..97a274340dcc6be80293e405a589af47439dbb05 100644
--- a/src/uncategorized/recETS.tw
+++ b/src/uncategorized/recETS.tw
@@ -1184,10 +1184,10 @@
 <<set $activeSlave.boobs = either(400, 500)>>
 <<set $activeSlave.boobsImplant = 0>>
 <<set $activeSlave.butt = either(2, 3)>>
-<<if $activeSlave.actualAge > 12>>
-<<set $activeSlave.actualAge = 16>>
+<<if $activeSlave.actualAge < 12>>
+	<<set $activeSlave.actualAge = 16>>
 <<else>>
-<<set $activeSlave.actualAge += 4>>
+	<<set $activeSlave.actualAge += 4>>
 <</if>>
 <<set $activeSlave.visualAge = $activeSlave.actualAge>>
 <<set $activeSlave.physicalAge = $activeSlave.actualAge>>
diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index 6ec23704dde76b998acbcbcbef637cae9f2273e8..09deb7bbe6831d9b0466fa9fdc6b5cbdb9590029 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -2897,7 +2897,7 @@ $He's got a
 			<<elseif ($activeSlave.dick > 5) && canAchieveErection($activeSlave) && ($activeSlave.devotion > 20)>>
 				erection is so big that $he's restrained it by trapping its head under $his bra.<<if $activeSlave.boobs > 800>> Its head peeks out from $his cleavage.<</if>>
 			<<elseif ($activeSlave.dick > 3) && ($activeSlave.vagina > -1)>>
-				lace g-string cannot cover hermaphroditic genitalia due to the size of $his cock. $He's simply pulled it to one side, leaving $his pussy bare as well.
+				lace g-string cannot cover $his hermaphroditic genitalia due to the size of $his cock. $He's simply pulled it to one side, leaving $his pussy bare as well.
 			<<elseif ($activeSlave.dick > 0) && ($activeSlave.vagina > -1)>>
 				lace g-string demurely covers $his hermaphroditic genitalia as long as $he doesn't move too much, but $his dick has a way of slipping out and uncovering $his pussy.
 			<<elseif $activeSlave.dick > 3>>