From 84b10ff97c800697fc16f52ca90e312f86c40020 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Mon, 29 Jun 2020 18:15:37 -0400
Subject: [PATCH] fix

---
 js/003-data/policiesData.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/js/003-data/policiesData.js b/js/003-data/policiesData.js
index 76747ad6182..ca1119481c3 100644
--- a/js/003-data/policiesData.js
+++ b/js/003-data/policiesData.js
@@ -1247,7 +1247,7 @@ App.Data.Policies.Selection = {
 	FSSlimnessEnthusiast: {
 		"arcologies[0].FSSlimnessEnthusiastSMR": [
 			{
-				title: "",
+				title: "Physical Fitness SMR",
 				titleClass: "lime",
 				text: "in order to be sold in the arcology, chubby slaves will have to be forced to work out first.",
 				activatedText: "in order to be sold in the arcology, chubby slaves must be forced to work out first.",
@@ -1279,7 +1279,6 @@ App.Data.Policies.Selection = {
 				titleClass: "lime",
 				text: "in order to be sold in the arcology, slaves will have to have their assets expanded with growth hormones.",
 				activatedText: "in order to be sold in the arcology, slaves must have their assets expanded with growth hormones.",
-				note: ``
 			}
 		],
 	},
-- 
GitLab