diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index afefaeeb7dd1ab3c72a77384b26cba28e471a45c..e2db0c09185630c826508cb22196371029e34714 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 7568e18a47c16b7d5660ea953ba5a4175e2f7ff1..abc7d484d9bc5841618bed053a8a319bfa0f25c1 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 4360424a5c68fa63f6579fc2713ba6c3449949f1..976a7cabd40f7cee26046da31840562d9bbc566b 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 2dbe7ec6edee239977c465e069bda026e9cc8f47..fdedadfa55483ca6e6b1fa8791c544057bff97ee 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 61139fd22c86051983c3e33e4430ff77d16547dc..6329b84f1606f3e7d6ba7d33813b38cd970d7de5 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>>