Skip to content
Snippets Groups Projects
Commit 9a28ccf6 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

you should always be able to revoke

parent 0075dcef
No related branches found
No related tags found
1 merge request!6866Chastity fix
......@@ -316,7 +316,7 @@ globalThis.isItemAccessible = (function() {
return false;
}
case "revoke choosing own chastity": {
if (slave.choosesOwnChastity > 0 && slave.devotion > 20 && slave.trust > 0) {
if (slave.choosesOwnChastity > 0) {
return true;
}
return false;
......
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