From a0ef7b1e10518d8c3df96237ab3d4b32585bc5be Mon Sep 17 00:00:00 2001
From: Arkerthan <arkerthan@gmail.com>
Date: Thu, 19 Dec 2019 00:22:06 +0100
Subject: [PATCH] fixes

---
 src/init/storyInit.tw                       | 2 +-
 src/js/descriptionWidgets.js                | 2 +-
 src/pregmod/fSlaveSelfImpreg.tw             | 2 +-
 src/uncategorized/BackwardsCompatibility.tw | 5 +++++
 src/uncategorized/saLongTermEffects.tw      | 2 +-
 5 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index fc2c5944818..5da49ebb6af 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -1363,7 +1363,7 @@ You should have received a copy of the GNU General Public License along with thi
 <<set $weatherToday = $niceWeather.random()>>
 
 <<set $customSlaveOrdered = 0>>
-<<set $customSlave = {age: 19, health: 0, muscles: 0, lips: 15, heightMod: "normal", weight: 0, face: 0, race: "white", skin: "left natural", boobs: 500, butt: 3, sex: 1, virgin: 0, dick: 2, balls: 2, clit: 0, labia: 0, vaginaLube: 1, analVirgin: 0, skills: 15, skill: {whore: 15, combat: 0}, intelligence: 0, intelligenceImplant: 0, nationality: "Stateless", leg: {left: new App.Entity.LimbState(), right: new App.Entity.LimbState()}, arm: {left: new App.Entity.LimbState(), right: new App.Entity.LimbState()}, eyes: 1, hears: 0}>>
+<<set $customSlave = {age: 19, health: 0, muscles: 0, lips: 15, heightMod: "normal", weight: 0, face: 0, race: "white", skin: "left natural", boobs: 500, butt: 3, sex: 1, virgin: 0, dick: 2, balls: 2, clit: 0, labia: 0, vaginaLube: 1, analVirgin: 0, skills: 15, skill: {whore: 15, combat: 0}, intelligence: 0, intelligenceImplant: 0, nationality: "Stateless", leg: {left: new App.Entity.LimbState(), right: new App.Entity.LimbState()}, arm: {left: new App.Entity.LimbState(), right: new App.Entity.LimbState()}, eye: new App.Entity.EyeState(), hears: 0}>>
 
 <<set $huskSlaveOrdered = 0>>
 <<set $huskSlave = {age: 18, nationality: "Stateless", race: "white", sex: 1, virgin: 0}>>
diff --git a/src/js/descriptionWidgets.js b/src/js/descriptionWidgets.js
index debf70b53d7..ac166ff90b5 100644
--- a/src/js/descriptionWidgets.js
+++ b/src/js/descriptionWidgets.js
@@ -14,7 +14,7 @@ App.Desc.eyes = function(slave) {
 	if (getBestVision(slave) === 0) {
 		if (!hasAnyEyes(slave)) {
 			r += `${His} gaze is empty`;
-		} else if (getLeftEyeType(slave) === 1 && getRightEyeType(slave) === 1) {
+		} else if (getLeftEyeType(slave) === 2 && getRightEyeType(slave) === 2) {
 			r += `${He} has ${App.Desc.eyesColor(slave, "colored glass")}`;
 		} else {
 			const HC = hasVisibleHeterochromia(slave) ? 1 : 0;
diff --git a/src/pregmod/fSlaveSelfImpreg.tw b/src/pregmod/fSlaveSelfImpreg.tw
index 674bcacd1b6..1d5c632e77c 100644
--- a/src/pregmod/fSlaveSelfImpreg.tw
+++ b/src/pregmod/fSlaveSelfImpreg.tw
@@ -82,7 +82,7 @@
 	<<elseif (_coop)>>
 		$activeSlave.slaveName is calm and docile as you place $him on a bench, and produce a sample container and syringe. With no other option, $he throws back $his head and enjoys the stimulation as your personal assistant, at your instruction, begins stimulating $him to orgasm. When $he ejaculates, you carefully catch every drop in the sample cup, load the syringe, and inject the contents directly against $his cervix.
 	<<else>>
-		Although $activeSlave.slaveName frantically squirms in a futile attempt to resist as you place $him on a bench, and produce a sample cup and syringe. Without limbs to aid $his escape, $he can only <<if canSee($activeSlave)>>blindly wait<<else>>watch<</if>> in helpless horror as the vasodilators you inject bring $his manhood to complete erectness and your personal assistant, at your instruction, begins stimulating $him. $He sobs in helpless despair as $his rigid shaft begins to throb, filling the cup with a terribly potent load of $his seed; $he frantically shakes $his head, face streaked with tears, as you dip the syringe into the cup, withdraw the plunger, insert it into $his exposed <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>>, and shoot the contents directly against the opening to $his womb.
+		Although $activeSlave.slaveName frantically squirms in a futile attempt to resist as you place $him on a bench, and produce a sample cup and syringe. Without limbs to aid $his escape, $he can only <<if !canSee($activeSlave)>>blindly wait<<else>>watch<</if>> in helpless horror as the vasodilators you inject bring $his manhood to complete erectness and your personal assistant, at your instruction, begins stimulating $him. $He sobs in helpless despair as $his rigid shaft begins to throb, filling the cup with a terribly potent load of $his seed; $he frantically shakes $his head, face streaked with tears, as you dip the syringe into the cup, withdraw the plunger, insert it into $his exposed <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>>, and shoot the contents directly against the opening to $his womb.
 	<</if>>
 <<elseif (_coop)>>
 	<<if (_enjoy)>>
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index 3627a69f994..9afd1114069 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -144,6 +144,11 @@
 	<<run delete $customSlave.combatSkills>>
 <</if>>
 
+<<if $releaseID < 1059>>
+	<<set $customSlave.eye = new App.Entity.SlaveState()>>
+	<<run delete $customSlave.eyes>>
+<</if>>
+
 <<if def $servantMilkersJobs>>
 	<<unset $servantMilkersJobs>>
 <</if>>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 858871dbf76..69ddc3c8570 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -6032,7 +6032,7 @@
 
 <<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">>
 	<<set _visionFlag = 0>>
-	<<if getBestVision($slaves[$i] === 0)>>
+	<<if getBestVision($slaves[$i]) === 0>>
 		<<if $slaves[$i].hears <= -2>>
 			<<if $slaves[$i].devotion > 50>>
 				Even though $he is blind and deaf, $he is devoted enough to you to allow $himself to lower $his guard. $He becomes @@.mediumaquamarine;trusting@@ of your ability to keep $him safe.
-- 
GitLab