diff --git a/src/endWeek/reports/arcadeReport.js b/src/endWeek/reports/arcadeReport.js index ac525bb6afbfc9bf1df9480c28e54f4e80a426aa..7d274a7dcc4d967f44693cc8b2ebc77d7653e7bb 100644 --- a/src/endWeek/reports/arcadeReport.js +++ b/src/endWeek/reports/arcadeReport.js @@ -49,7 +49,9 @@ App.EndWeek.arcadeReport = function() { /* for the included passages */ /* Perform facility based rule changes */ - slave.clothes = "no clothing"; + if (slave.clothes !== "a Fuckdoll suit") { + slave.clothes = "no clothing"; + } /* Health */ if (V.arcadeUpgradeHealth === 2 && slave.health.condition < 40) { improveCondition(slave, 2);