From bef9926abf8b29649805d1d48816674f6ef2cbd2 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sun, 5 May 2019 16:44:33 -0400
Subject: [PATCH] fixes

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt | 1 +
 src/uncategorized/recETS.tw                  | 6 +++---
 src/utility/descriptionWidgetsFlesh.tw       | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index ef23065a087..29c20978f62 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 6bd2b758a3b..97a274340dc 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 6ec23704dde..09deb7bbe68 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>>
-- 
GitLab