From d96b9d832034dcceb1ea253f7fbbaf93ac5dee4a Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Mon, 29 Jun 2020 22:08:32 -0400
Subject: [PATCH] more fixes

---
 js/003-data/policiesData.js | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/js/003-data/policiesData.js b/js/003-data/policiesData.js
index 54b744085be..8519cf69a3d 100644
--- a/js/003-data/policiesData.js
+++ b/js/003-data/policiesData.js
@@ -54,7 +54,7 @@ App.Data.Policies.Selection = {
 		"policies.SMR.eugenics.intelligenceSMR": [
 			{
 				title: "Intelligence Eugenics SMR",
-				text: "in order to be sold in the slave market, chattel must either pass a challenging intelligence test or be sterilized",
+				text: "in order to be sold in the slave market, chattel must either pass a challenging intelligence test or be sterilized.",
 				get note() {
 					let text = "Will ";
 					if (V.seeDicks === 0) {
@@ -148,7 +148,7 @@ App.Data.Policies.Selection = {
 				title: "Basic Beauty Standards",
 				text: "no unattractive slaves may be sold in the slave markets.",
 				requirements: function() { if (V.policies.SMR.beauty.qualitySMR === 0) { return true; } else { return false; } },
-				note: "This will raise the price of slaves."
+				note: "This will raise the price of slaves"
 			}
 		],
 
@@ -157,7 +157,7 @@ App.Data.Policies.Selection = {
 				title: "Quality Beauty Standards",
 				text: "only attractive slaves may be sold in the slave markets.",
 				requirements: function() { if (V.policies.SMR.beauty.basicSMR === 0) { return true; } else { return false; } },
-				note: "This will raise the price of slaves."
+				note: "This will raise the price of slaves"
 			}
 		],
 
@@ -165,7 +165,7 @@ App.Data.Policies.Selection = {
 			{
 				title: "Basic Weight Standards",
 				text: "no obese slaves may be sold in the slave markets.",
-				note: "This will raise the price of slaves."
+				note: "This will raise the price of slaves"
 			}
 		],
 
@@ -175,7 +175,7 @@ App.Data.Policies.Selection = {
 				text: "tall slaves will be favored in the slave markets and those not quite tall enough will undergo height increasing surgery. This will not preclude the sale of short slaves, just the care of them.",
 				activatedText: "tall slaves are favored in the slave market, short slaves capable of meeting height standards via surgery must undergo it.",
 				requirements: function() { if (V.policies.SMR.height.advancedSMR === 0) { return true; } else { return false; } },
-				note: "This will raise the price of slaves."
+				note: "This will raise the price of slaves"
 			},
 			{
 				title: "Basic Height Standards (Short)",
@@ -183,7 +183,7 @@ App.Data.Policies.Selection = {
 				activatedText: "short slaves will be favored in the slave markets and those just above the cut off will undergo height reducing surgery. This will not preclude the sale of tall slaves, just the care of them.",
 				requirements: function() { if (V.policies.SMR.height.advancedSMR === 0) { return true; } else { return false; } },
 				enable: -1,
-				note: "This will raise the price of slaves."
+				note: "This will raise the price of slaves"
 			}
 		],
 
@@ -193,7 +193,7 @@ App.Data.Policies.Selection = {
 				text: "only slaves of above average height for their age may be sold in the slave markets.",
 				activatedText: "no slaves of below average height for their age may be sold in the slave markets.",
 				requirements: function() { if (V.policies.SMR.height.basicSMR === 0 && V.arcologies[0].FSPetiteAdmirationSMR === 0 && V.arcologies[0].FSStatuesqueGlorificationSMR === 0) { return true; } else { return false; } },
-				note: "This will raise the price of slaves."
+				note: "This will raise the price of slaves"
 			},
 			{
 				title: "Quality Height Standards (Short)",
@@ -201,7 +201,7 @@ App.Data.Policies.Selection = {
 				activatedText: "no slaves of average average height for their age may be sold in the slave markets.",
 				requirements: function() { if (V.policies.SMR.height.basicSMR === 0 && V.arcologies[0].FSPetiteAdmirationSMR === 0 && V.arcologies[0].FSStatuesqueGlorificationSMR === 0) { return true; } else { return false; } },
 				enable: -1,
-				note: "This will raise the price of slaves."
+				note: "This will raise the price of slaves"
 			}
 		],
 
@@ -210,7 +210,7 @@ App.Data.Policies.Selection = {
 				title: "Basic Intelligence Standards",
 				text: "no stupid slaves may be sold in the slave markets.",
 				requirements: function() { if (V.arcologies[0].FSIntellectualDependencySMR === 0 && V.policies.SMR.intelligence.qualitySMR === 0) { return true; } else { return false; } },
-				note: "This will raise the price of slaves and exclude quality standards."
+				note: "This will raise the price of slaves and exclude quality standards"
 			}
 		],
 
@@ -274,7 +274,7 @@ App.Data.Policies.Selection = {
 				title: "Penetrative Sex Campaign",
 				text: "you will use your personal influence and interest in being penetrated to make slave based penetration fashionable and acceptable.",
 				activatedText: "you are using your personal influence and interest in being penetrated to make slave based penetration fashionable and acceptable.",
-				note: "Will not be well received, but will head off potentially damaging rumors. This policy assumes you wish to be penetrated."
+				note: "Will not be well received, but will head off potentially damaging rumors. This policy assumes you wish to be penetrated"
 			}
 		],
 		"policies.childProtectionAct": [
@@ -946,7 +946,7 @@ App.Data.Policies.Selection = {
 				text: `all slaveowners will be required to pay into accounts to support their slaves as lower-class citizens in retirement.`,
 				get activatedText() { return `you have set your arcology's retirement age for menial slaves at ${V.customMenialRetirementAge}.`; },
 				requirements: function() { if (V.arcologies[0].FSDegradationist === "unset") { return true; } else { return false; } },
-				note: `Will add upkeep to all menial slaves.`,
+				note: `Will add upkeep to all menial slaves`,
 				onImplementation: function() { if (V.citizenRetirementTrigger === 0) { V.citizenRetirementTrigger = 1; } },
 				onRepeal: function() { V.customMenialRetirementAge = 45; }
 			}
@@ -1793,7 +1793,7 @@ App.Data.Policies.Selection = {
 				text: "in order to be sold in the arcology, slave ovaries and testicles will be removed.",
 				activatedText: "in order to be sold in the arcology, slaves must be infertile.",
 				requirements: function() { if (V.arcologies[0].FSRestartDecoration >= 90) { return true; } else { return false; } },
-				note: `Will help advance starting society over.`
+				note: `Will help advance starting society over`
 			}
 		],
 		"arcologies[0].FSRestartLaw": [
@@ -1803,7 +1803,7 @@ App.Data.Policies.Selection = {
 				text: "fertile civilians, who are not part of society's Elite, will face increased taxation.",
 				activatedText: "all fertile lower class citizens pay increased taxes.",
 				requirements: function() { if (V.arcologies[0].FSRestartDecoration >= 90) { return true; } else { return false; } },
-				note: `Will increase your rental income, but the lower class will dislike you.`
+				note: `Will increase your rental income, but the lower class will dislike you`
 			}
 		],
 		"arcologies[0].FSRestartResearch": [
@@ -1816,7 +1816,7 @@ App.Data.Policies.Selection = {
 					repX(-4000, "policies");
 				},
 				hide: {ifActivated: 1}, // Repeal is not possible.
-				note: `Will greatly damage your reputation for even proposing.`
+				note: `Will greatly damage your reputation for even proposing`
 			}
 		],
 		"arcologies[0].FSRepopulationFocusPregPolicy": [
-- 
GitLab