From d331347dd7553702a74d516a234d24f9128b820a Mon Sep 17 00:00:00 2001
From: Arkerthan <arkerthan@gmail.com>
Date: Wed, 22 May 2019 10:41:53 +0200
Subject: [PATCH] sanity stuff

---
 src/init/dummy.tw                           | 3 ++-
 src/js/slaveListing.js                      | 8 --------
 src/uncategorized/BackwardsCompatibility.tw | 2 +-
 3 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/src/init/dummy.tw b/src/init/dummy.tw
index 3a92b564288..fa833daabbf 100644
--- a/src/init/dummy.tw
+++ b/src/init/dummy.tw
@@ -129,6 +129,7 @@ $new
 $interfaceTail
 $currentTarget
 $upgrade
-
 $W.O.L
+$FSCummunismDecoration, $FSIncestFetishistDecoration, $FSGenderFundamentalistResearch, $FSPaternalistResearch, $FSDegradationistResearch, $FSBodyPuristResearch, $FSMaturityPreferentialistResearch, $FSPastoralistResearch, $FSPhysicalIdealistResearch, $FSRepopulationFocusResearch, $FSRestartResearchPassed
+
 %/
diff --git a/src/js/slaveListing.js b/src/js/slaveListing.js
index b08753a9926..8396db4b10f 100644
--- a/src/js/slaveListing.js
+++ b/src/js/slaveListing.js
@@ -298,14 +298,6 @@ App.UI.SlaveList.SlaveInteract.penthouseInteract = (slave, index) => {
 App.UI.SlaveList.SlaveInteract.personalAttention = (slave) =>
 	App.UI.passageLink(SlaveFullName(slave), undefined, `App.UI.selectSlaveForPersonalAttention(${slave.ID});`);
 
-/**
- * @param {App.Entity.SlaveState} slave
- * @param {number} index
- * @return {string}
- */
-App.UI.SlaveList.SlaveInteract.subordinateTarget = (slave, index) =>
-	App.UI.passageLink(SlaveFullName(slave), "Subordinate Targeting", `$activeSlave.subTarget = $slaves[${index}].ID`);
-
 /**
  * @param {App.Entity.SlaveState} slave
  * @param {number} index
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index 7fce69a8e5d..624082c61f7 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -1,6 +1,6 @@
 :: Backwards Compatibility [nobr]
 
-/* no-usedOnce disabling checking for only used once instances in this file*/
+/* no-usedOnce disabling checking for only used once instances in this file */
 <<set $nextButton = "Continue", $nextLink = "Main", $returnTo = "Main">>
 
 <<if $releaseID == 1021 || $releaseID == 1020 || $releaseID == 1019 || $releaseID == 2022>>
-- 
GitLab