Skip to content
Snippets Groups Projects
Verified Commit 1e217fcf authored by bcy603's avatar bcy603
Browse files

Fixing fuckdolls in arcade

Fixes a bug in weekly update that the fuckdoll suits get stripped.
parent 23865961
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment