Skip to content
Snippets Groups Projects
Commit 5d247690 authored by svornost's avatar svornost
Browse files

Fix update and messages for PA set to induce paraphilias and flaws.

parent f471b10b
Branches
Tags
1 merge request!10422PA fixes
...@@ -35,6 +35,8 @@ App.personalAttention.update = function(input) { ...@@ -35,6 +35,8 @@ App.personalAttention.update = function(input) {
case "explore her sexuality": case "explore her sexuality":
return "explore sexuality"; return "explore sexuality";
} }
// settings for inducing flaws/paraphilias are unchanged
return input;
}; };
/** /**
...@@ -66,4 +68,6 @@ App.personalAttention.getText = function(objective, slave) { ...@@ -66,4 +68,6 @@ App.personalAttention.getText = function(objective, slave) {
case "explore sexuality": case "explore sexuality":
return `explore ${his} sexuality`; return `explore ${his} sexuality`;
} }
// settings for inducing flaws/paraphilias can be printed as-is
return objective;
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment