diff --git a/src/js/rulesAssistantOptions.js b/src/js/rulesAssistantOptions.js
index aeff42da5c03ff61f14ce9ef11733d5e2e634d1b..c71f8ae59cc0be5ee1d33b969eede4b14304546a 100644
--- a/src/js/rulesAssistantOptions.js
+++ b/src/js/rulesAssistantOptions.js
@@ -2139,7 +2139,7 @@ App.RA.options = (function() {
 			];
 			pairs.forEach(pair => this.appendChild(new OptionsItem(...pair)));
 
-			if (V.experimental.raGrowthExpr !== 1) {
+			if (!V.experimental.raGrowthExpr) {
 				this.breasts = new BreastGrowthList();
 				this.butts = new ButtGrowthList();
 				this.lips = new LipGrowthList();
@@ -2151,7 +2151,7 @@ App.RA.options = (function() {
 			this.sublists.push(this.breasts, this.butts, this.lips);
 
 			if (V.seeDicks > 0 || V.makeDicks > 0) {
-				if (V.experimental.raGrowthExpr !== 1) {
+				if (!V.experimental.raGrowthExpr) {
 					this.dicks = new DickGrowthList();
 					this.balls = new BallGrowthList();
 				} else {