From 7d027438f0bdac1958292e5d4c02f68793f5d4f5 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sat, 2 Dec 2017 10:38:36 -0500
Subject: [PATCH] fixes

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt | 6 ++++++
 devNotes/twine JS                            | 7 +++++++
 src/pregmod/theHippolytaAcademy.tw           | 2 +-
 src/uncategorized/resFailure.tw              | 6 +++---
 src/utility/descriptionWidgets.tw            | 2 +-
 5 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index afefaeeb7dd..e2db0c09185 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4762,4 +4762,10 @@ Pregmod 0.10.3.0
 	172
 	-SFanon's stuff
 	-anon's slave self impregnation
+	-fixes
+	
+	12/02/17
+	
+	173
+	-The Hippolyta Acedemy added
 	-fixes
\ No newline at end of file
diff --git a/devNotes/twine JS b/devNotes/twine JS
index 7568e18a47c..abc7d484d9b 100644
--- a/devNotes/twine JS	
+++ b/devNotes/twine JS	
@@ -1923,6 +1923,7 @@ window.getCost = function(array) {
 				}
 			}
 		}
+		costs += secExpCost;
 	}
 	
 	//general arcology costs
@@ -2007,6 +2008,9 @@ window.getCost = function(array) {
 	if(State.variables.TGA.schoolPresent === 1) {
 		costs += 1000;
 	}
+	if(State.variables.HA.schoolPresent === 1) {
+		costs += 1000;
+	}
 	if(State.variables.TCR.schoolPresent === 1) {
 		costs += 1000;
 	}
@@ -2028,6 +2032,9 @@ window.getCost = function(array) {
 	if(State.variables.TGA.subsidize !== 0) {
 		costs += 1000;
 	}
+	if(State.variables.HA.subsidize !== 0) {
+		costs += 1000;
+	}
 	if(State.variables.TCR.subsidize !== 0) {
 		costs += 1000;
 	}
diff --git a/src/pregmod/theHippolytaAcademy.tw b/src/pregmod/theHippolytaAcademy.tw
index 4360424a5c6..976a7cabd40 100644
--- a/src/pregmod/theHippolytaAcademy.tw
+++ b/src/pregmod/theHippolytaAcademy.tw
@@ -7,7 +7,7 @@
 	<<set $nextButton = "Continue", $nextLink = "Bulk Slave Intro", $slaveMarket = "HA", $returnTo = "Main", $newSlaveIndex = 0>>
 <</if>>
 
-//The Hippolyta Academy is one of the most famous slave bodyguarding schools in all free cities. Its business model is to offer very high quality highly trained girls. Their renown amazonian maids are some of the best combatants in the world and can be often found on the side of the wealthiest citizens.//
+//The Hippolyta Academy is one of the most famous slave bodyguarding schools in all free cities. Its business model is to offer very high quality, highly trained girls. Their renowned amazonian maids are some of the best combatants in the world and can be often found at the side of the wealthiest citizens.//
 
 <br><br>The Hippolyta Academy offers a fresh graduate for inspection. The interview takes place in one of the many training areas of the school, where the physical prowess of the candidate can be easily showcased.
 
diff --git a/src/uncategorized/resFailure.tw b/src/uncategorized/resFailure.tw
index 2dbe7ec6ede..fdedadfa554 100644
--- a/src/uncategorized/resFailure.tw
+++ b/src/uncategorized/resFailure.tw
@@ -405,7 +405,7 @@
 		<<set $activeSlave.career = "a slave">>
 		<<set $activeSlave.intelligenceImplant = 1>>
 		<<set $activeSlave.teeth = "normal">>
-		<<set $activeSlave.intelligence = either (0, 1, 2)>>
+		<<set $activeSlave.intelligence = either(0,1,2)>>
 		<<set $activeSlave.chem = 20>>
 		<<if $HA.schoolUpgrade == 1>>
 			<<set $activeSlave.devotion = 20>>
@@ -415,7 +415,7 @@
 			<<set $activeSlave.trust = random(25,45)>>
 		<</if>>
 		<<set $activeSlave.faceShape = either("cute", "normal")>>
-		<<set $activeSlave.face = either(20, 20, 35,35,35,50,75,100)>>
+		<<set $activeSlave.face = either(20,20,35,35,35,50,75,100)>>
 		<<set $activeSlave.lips = either(0,10,25)>>
 		<<set $activeSlave.weight = -10>>
 		<<set $activeSlave.health = random(80,100)>>
@@ -427,7 +427,7 @@
 		<<set $activeSlave.vagina = random(0,1)>>
 		<<set $activeSlave.anus = random(0,1)>>
 		<<set $activeSlave.butt = random(2,4)>>
-		<<set $activeSlave.boobs = random(30,60) * 10>>
+		<<set $activeSlave.boobs = (random(30,60) * 10)>>
 		<<set $activeSlave.preg = 0>>
 		<<SetBellySize $activeSlave>>
 		<<set $activeSlave.health = random(60,80)>>
diff --git a/src/utility/descriptionWidgets.tw b/src/utility/descriptionWidgets.tw
index 61139fd22c8..6329b84f160 100644
--- a/src/utility/descriptionWidgets.tw
+++ b/src/utility/descriptionWidgets.tw
@@ -302,7 +302,7 @@
 <<if $args[0].fuckdoll > 0>>
 	<<set $pronoun = "it", $pronounCap = "It", $possessive = "its", $possessiveCap = "Its", $object = "it">>
 <<elseif $args[0].dick < 0 && $args[0].vagina == -1>> /*impossible condition to keep it from running but saving it for future use*/
-	<<set $pronoun = "he", $pronounCap = "He", $possessive = "his", $possessiveCap = "His", $object = "his">>
+	<<set $pronoun = "he", $pronounCap = "He", $possessive = "his", $possessiveCap = "His", $object = "him">>
 <<else>>
 	<<set $pronoun = "she", $pronounCap = "She", $possessive = "her", $possessiveCap = "Her", $object = "her">>
 <</if>>
-- 
GitLab