diff --git a/src/js/eventSelectionJS.js b/src/js/eventSelectionJS.js
index 552aa46c987200c52cc6deffdc4ada6ffabc21dc..f8ef71249b8b4630ad28eed0f12e27e462e6f555 100644
--- a/src/js/eventSelectionJS.js
+++ b/src/js/eventSelectionJS.js
@@ -323,7 +323,7 @@ window.generateRandomEventPoolStandard = function(eventSlave) {
 								State.variables.RESSevent.push("devoted nympho");
 							}
 							if (eventSlave.rules.release === "permissive" || eventSlave.rules.release === "masturbation") {
-								if (hasBothArms(eventSlave) {
+								if (hasBothArms(eventSlave)) {
 									if ((eventSlave.chastityPenis !== 1) || (eventSlave.dick === 0)) {
 										State.variables.RESSevent.push("permitted masturbation");
 									}