From 3bf1a79df9ea6e79f16e032bcaac870bfaaf1616 Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Mon, 31 Dec 2018 14:10:53 -0500
Subject: [PATCH] Fixes to my fixes

---
 src/SpecialForce/JS.js     | 4 ++--
 src/SpecialForce/Report.tw | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/SpecialForce/JS.js b/src/SpecialForce/JS.js
index ca18e384ec5..95e913b2662 100644
--- a/src/SpecialForce/JS.js
+++ b/src/SpecialForce/JS.js
@@ -677,7 +677,7 @@ window.BadOutcome = function() {
 		case "Cruel":
 			V.SF.BadOutcome = "Revolt",V.trinkets.push("${t} dog tags"),V.Rep = 0,
 			V.cash -= 10000,V,arcologies[0].prosperity -= 50,V.ASlaves = 49,
-			V.ACitizens = 751,V.helots = 0, V.researchLab.menials = 0,
+			V.ACitizens = 751,V.menials = 0, V.researchLab.menials = 0,
 			V.researchLab.hired = 0, V.fuckdolls = 0,V.menialBioreactors = 0,
 			V.activeUnits = 0,V.secBots.troops = 0, V.createdSlavesUnits = 0,
 			V.createdMilitiaUnits = 0, V.createdMercUnits = 0;
@@ -700,7 +700,7 @@ window.BadOutcome = function() {
 			break;
 		case "Kind":
 			V.SF.BadOutcome = "Exodus",V.trinkets.push("${t} gift card"),
-			V.Cash += 55000,V.helots += 73;
+			V.Cash += 55000,V.menials += 73;
 			r += `Your Colonel has had enough of your meddling. In her eyes, you've broken faith with her. She asked one thing of you in return for her full support, and you could not even give her that.`;
 			r += `<br>At Midnight, a great mechanized convoy, the biggest you've seen in a long while, streams out of your Arcology. Troop Carriers, Aircraft, Heavy Trucks, and other war machines of varying sizes pour out of the Firebase in tight formation. The Colonel is refusing your calls, and you know it would be ill advised to go out there yourself or to try to stop them with force. The many bandits and mercenary groups that the convoy will inevitably pass by will probably feel this way as well. You have no idea where they are going or how they will end up, but with their wealth and weaponry, you are not worried.`;
 			r += `<br>Upon your inspection of the abandoned firebase itself, most of the heavier installations have been dismantled and carried away, but about 55,000# of miscellaneous supplies and 73 menials have been left behind, presumably because the convoy had no space for them. On The Colonel's old pavillion, you see a white gift card standing upright.`;
diff --git a/src/SpecialForce/Report.tw b/src/SpecialForce/Report.tw
index b99ddedb303..6c8ee33898f 100644
--- a/src/SpecialForce/Report.tw
+++ b/src/SpecialForce/Report.tw
@@ -191,7 +191,7 @@ $SF.Caps managed to recruit <<print Math.round(_FNGs/2)>> new soldiers this week
 	<<set _MenialSlaves = Math.ceil(random(1,((_TradeShowAttendes*_MenialSlavesPerAttendee)/10)))>>
 	<<set _TSProfit = Math.ceil(500000*(1+($SF.Size/1000))*(1+($arcologies[0].prosperity/1000))*_Env)>>
 	During a break, The Colonel managed to sell some generic schematics to the _TradeShowAttendes attendes, some decided to also give her some menial slaves as a bonus.<br>
-	<<set $helots += _MenialSlaves>>
+	<<set $menials += _MenialSlaves>>
 	<<set $SF.MercCon.Helots += _MenialSlaves,$SF.MercCon.TotalHelots += _MenialSlaves>>
 	<<set $cash += _TSProfit,$SF.MercCon.Income += _TSProfit>>
 	<<set $SF.MercCon.Revenue += _TSProfit>>
-- 
GitLab