From a485e427b3b166f8589ce0a1a06abd78cd61cf9f Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sat, 14 Nov 2020 23:34:37 -0500
Subject: [PATCH] cleaned up

---
 devTools/javaSanityCheck/ignoredVariables | 99 ++++++-----------------
 src/uncategorized/newGamePlus.tw          |  2 +-
 2 files changed, 24 insertions(+), 77 deletions(-)

diff --git a/devTools/javaSanityCheck/ignoredVariables b/devTools/javaSanityCheck/ignoredVariables
index c0a14308a32..fcfd3191353 100644
--- a/devTools/javaSanityCheck/ignoredVariables
+++ b/devTools/javaSanityCheck/ignoredVariables
@@ -3,86 +3,33 @@
 AGrowth
 #
 MIN
-toString
-toFixed
-interactionLink
-minDomActionDelay
-upgrade
 W;O;L
-FSGenderFundamentalistResearch;FSPaternalistResearch;FSDegradationistResearch;FSBodyPuristResearch;FSMaturityPreferentialistResearch;FSPastoralistResearch;FSPhysicalIdealistResearch;FSRepopulationFocusResearch
 0
-maleSurnamePoolSelector
-nationalityPoolSelector
-Him
-anCup
-linkHandlers
-op
-unborn
-facilityRemove
-boobsWombVolume;emptyDefaultRule;rule;removeImplant;changeImplant
-assign;commit;
-Std
-htmlFor
-Possessive;PossessivePronoun
-whip;burn;cutting;chain;exotic
-firstChild
-true
-missingLegs;missingArms;
-toy
-plural
-bimboMaleNames
-canGrow;canImplant;implantError;growOrgan;removeOrgan
-totalChildTime
-toStringExt
-northAmericaNationalities;middleEastNationalities;africaNationalities;australiaNationalities
-surnamePoolSelector
-assignmentVisible
-attendingClasses;confinement;gloryHole;milking;publicService;sexualServitude;servitude
-cx
-menialTrades;menialTransfer;fuckdollsTransfer;menialBioreactorsTransfer;menialRetirement;slaveMod;slaveSurgery;school;citizenOrphanage;environment;privateOrphanage;schoolBacking;personalLivingExpenses;PCtraining;PCmedical;PCskills;stocksTraded;fines;stocks;concubine;slavesViewOfPC;vignette;prestigiousSlave;publicServantClub;architecture;PCappearance;PCactions;PCRelationships;SlaveRelationships;multiplier
-REReductionCheckinIDs
-gangCriminalPool;militaryCriminalPool;whiteCollarCriminalPool;pettyCriminalPool
-multiple;selectedOptions;
-POSITIVE
-assistantPronouns;marketAssistantPronouns;ai
-bodyDesire
-Assistant;Extra1
-ArcologyNamesCummunism;ArcologyNamesIncestFetishist
-royalNationalities
-hostageGiveIn
-r
-SlaveSummaryFiler
-sacrificeType
-cellName;BaseCell;cellPath;Section;Building;ground;code
-Upkeep;SexSlaveCount;GSP;Rep
-debugModeCustomFunction
+#re-added below 11/14
+############################
+#corp
+perUnit
+DivLegal
+DivWhoreDev
+acquire
+#tabs#######################
+IntroSummary
+Assistant
+############################
 societyChanged
+totalMerc
+securityHQ
+waterwayTime
+dickSize
+bodyDesire
+Extra1
 newModelUI
 seeArcology
 dinnerParty
-showAppraisal
-IntroSummary
-two
-totalMerc
-hasFoughtMajorBattleOnce
-barren
+badOutcome
 RESSMuscles
-# PC
-criticalDamage
-marriage
-lovers
-FWBs
-BFFs
-friends
-likes
-dislikes
-hates
-loathes
-obsession
-# corporation
-canFoundCorporation;startingPrice;maintenanceSlaves;room;slaveRevenue;divisionLedger;freeDevelopment;developmentCost;maintenanceCategory;corporate;roll;divisionCategories;divisionCategoriesList;endweek;hasDividend;hasPayout;perUnit;acquire;DivLegal;DivWhoreDev
-# porn
-focusedViewershipFactor
-unfocusedViewershipFactor
-viewershipSoakingFactor
-muscle;incest
+royalNationalities
+tempEventToggle
+showAppraisal
+Him
+sacrificeType
\ No newline at end of file
diff --git a/src/uncategorized/newGamePlus.tw b/src/uncategorized/newGamePlus.tw
index 002b1ddecc9..ac6e10d3c29 100644
--- a/src/uncategorized/newGamePlus.tw
+++ b/src/uncategorized/newGamePlus.tw
@@ -1,6 +1,6 @@
 :: New Game Plus [nobr]
 
-<<set $ui = "start">> <<unset $SlaveSummaryFiler>>
+<<set $ui = "start">>
 <<if ndef $slavesToImportMax>><<set $slavesToImportMax = 5>><</if>>
 
 <<set _fee = 50000+($slavesToImportMax*10000)>>
-- 
GitLab