diff --git a/src/endWeek/reports/penthouseReport.js b/src/endWeek/reports/penthouseReport.js
index bebf12a846ed92d4199b53ef13c10c3b5efa43fc..776b0e6cf67bd4a21d324de2cb12a13826c923ff 100644
--- a/src/endWeek/reports/penthouseReport.js
+++ b/src/endWeek/reports/penthouseReport.js
@@ -632,7 +632,7 @@ App.EndWeek.penthouseReport = function() {
 				}
 
 				if (slave.health.tired < 50) {
-					const hasParaphilia = (["abusive", "anal addict", "attention whore", "breast growth", "breeder", "cum addict", "malicious", "neglectful", "self hating"].includes(slave.sexualFlaw));
+					const hasParaphilia = (App.Data.misc.paraphiliaList.includes(slave.sexualFlaw));
 					if (V.headGirlTrainsParaphilias && hasParaphilia) {
 						HGPossibleSlaves[1].push({ID: slave.ID, training: "paraphilia"});
 						continue;