diff --git a/src/js/itemAvailability.js b/src/js/itemAvailability.js
index e867ae924e3ca4d4cae6c4306099ca262a41d525..befdb2402559a24a094ff49560c3754df126ccf1 100644
--- a/src/js/itemAvailability.js
+++ b/src/js/itemAvailability.js
@@ -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;