diff --git a/src/interaction/slaveInteract.js b/src/interaction/slaveInteract.js index f1e9a9faf2717dde1f092be6449898b532b94437..8f0eff74e469b469200b13d53c6da4d835b2bfd3 100644 --- a/src/interaction/slaveInteract.js +++ b/src/interaction/slaveInteract.js @@ -2153,7 +2153,6 @@ App.UI.SlaveInteract.rules = function(slave) { App.UI.DOM.appendNewElement("h2", p, `Other Rules`); // Living - if (slave.fuckdoll > 0) { // Rules have little meaning for living sex toys// } else { @@ -2171,9 +2170,6 @@ App.UI.SlaveInteract.rules = function(slave) { choices = [ {value: "spare"}, {value: "normal"}, - {value: "restrictive"}, - {value: "permissive"}, - {value: "mandatory"}, ]; if (V.roomsPopulation <= V.rooms - 0.5) { choices.push({value: "luxurious"}); @@ -2181,7 +2177,7 @@ App.UI.SlaveInteract.rules = function(slave) { choices.push(App.UI.DOM.disabledLink(`Luxurious`, "No luxurious rooms available")); } - p.append(listChoices(choices, "rest")); + p.append(listChoices(choices, "living")); } // Rest