From f52cd0f6ae312286c1fa1eb01d875a09b5842209 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 4 Sep 2017 17:08:48 -0400
Subject: [PATCH] fixes

---
 src/pregmod/pcPregIntro.tw             | 2 +-
 src/utility/descriptionWidgetsStyle.tw | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pregmod/pcPregIntro.tw b/src/pregmod/pcPregIntro.tw
index 2a1d3c28f63..6c2f4e7cd67 100644
--- a/src/pregmod/pcPregIntro.tw
+++ b/src/pregmod/pcPregIntro.tw
@@ -36,5 +36,5 @@ You're
 <br>
 //Hormone induced moods may alter some sex scenes, as well as change slaves' reactions to you.//
 <br><br>
-[[Confirm player character customization|PC Experience Intro]]
+[[Confirm player character customization|PC Appearance Intro]]
 
diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw
index be3dc822dfe..5685c5518dc 100644
--- a/src/utility/descriptionWidgetsStyle.tw
+++ b/src/utility/descriptionWidgetsStyle.tw
@@ -2238,7 +2238,7 @@ $possessiveCap
 		$pronounCap is wearing a sturdy leather collar that continues up to restrict $possessive jaw as well. It acts as an anchor for an enormous inward-facing dildo that reaches deep down $possessive throat. The sheer size of the phallus forces $possessive mouth as wide as it will go and considerably bulges $possessive throat. Fortunatly for $object, it is designed to allow $object to be able to breath through $possessive nose; though when removed, the poor girl finds <<print $object>>self incapable of closing $possessive mouth for some time.
 	<<case "preg biometrics">>
 		<<if $activeSlave.pregSource > 0>>
-			<<set _daddy = $slaves.find(function(s) { return.ID == $activeSlave.pregSource; }), _daddy = _daddy.slaveName>>
+			<<set _daddy = $slaves.find(function(s) { return s.ID == $activeSlave.pregSource; }), _daddy = _daddy.slaveName>>
 		<</if>>
 		<<set _pregCollar = either(1, 2, 3)>>
 		$pronounCap is wearing a heavy metal collar with a digital display; it currently reads:
-- 
GitLab