From 581bd84372e4affc43a474074d8cafddea502656 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Tue, 10 Nov 2020 02:53:58 -0500 Subject: [PATCH] use the data --- src/endWeek/reports/penthouseReport.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/endWeek/reports/penthouseReport.js b/src/endWeek/reports/penthouseReport.js index bebf12a846e..776b0e6cf67 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; -- GitLab