diff --git a/src/events/RE/reSlaveMarriage.js b/src/events/RE/reSlaveMarriage.js
index f785c54437df3792d2e9c8413f34c3a26de7e409..c404dca8182d8f5f382db0bc7fcdcb7806e18cd5 100644
--- a/src/events/RE/reSlaveMarriage.js
+++ b/src/events/RE/reSlaveMarriage.js
@@ -68,9 +68,9 @@ App.Events.RESlaveMarriage  = class RESlaveMarriage extends App.Events.BaseEvent
 			r = [];
 			if (groomSlave.vagina === 0) {
 				r.push(`${groomSlave.slaveName} is a virgin, so ${he}'s wearing white`);
-			} else if ((groomSlave.pregKnown === 1)) {
+			} else if (groomSlave.pregKnown === 1) {
 				r.push(`${groomSlave.slaveName} is pregnant, so ${he}'s wearing light pink`);
-			} else if ((groomSlave.vagina < 0)) {
+			} else if (groomSlave.vagina < 0) {
 				r.push(`${groomSlave.slaveName} is a sissy slave, so ${he}'s wearing light blue`);
 			} else {
 				r.push(`${groomSlave.slaveName} is an experienced sex slave, so ${he}'s wearing light pink`);
@@ -86,21 +86,21 @@ App.Events.RESlaveMarriage  = class RESlaveMarriage extends App.Events.BaseEvent
 					r.push(`anticipation`);
 				}
 				r.push(`has ${him} stiffly erect, and ${he}'s wearing a little bow around ${his} cockhead.`);
-			} else if ((groomSlave.dick > 0)) {
+			} else if (groomSlave.dick > 0) {
 				r.push(`${He}'s impotent, but ${he}'s wearing a little bow around ${his} useless cockhead.`);
-			} else if ((groomSlave.clit > 0)) {
+			} else if (groomSlave.clit > 0) {
 				r.push(`${His} prominent clit is engorged, and ${he}'s wearing a tiny bow on it.`);
 			} else {
 				r.push(`${He}'s wearing a demure little bow just over ${his} pussy.`);
 			}
 			if (groomSlave.anus > 1) {
 				r.push(`${His} lacy panties are designed to spread ${his} buttocks a little and display ${his} big butthole.`);
-			} else if ((groomSlave.anus === 0)) {
+			} else if (groomSlave.anus === 0) {
 				r.push(`${His} lacy panties cover ${his} virgin anus, for once.`);
 			}
 			if (groomSlave.boobs > 1000) {
 				r.push(`The bra makes no attempt to cover or even support ${his} huge breasts, simply letting them through holes in the lace to jut proudly out.`);
-			} else if ((groomSlave.boobs > 500)) {
+			} else if (groomSlave.boobs > 500) {
 				r.push(`The bra supports and presents ${his} big breasts, leaving ${his} stiffening nipples bare.`);
 			} else {
 				r.push(`The bra supports and presents ${his} breasts, giving ${him} more cleavage than ${he} usually displays.`);
@@ -119,9 +119,9 @@ App.Events.RESlaveMarriage  = class RESlaveMarriage extends App.Events.BaseEvent
 			r = [];
 			if (brideSlave.vagina === 0) {
 				r.push(`${brideSlave.slaveName} is a virgin, so ${he2}'s wearing white`);
-			} else if ((brideSlave.pregKnown === 1)) {
+			} else if (brideSlave.pregKnown === 1) {
 				r.push(`${brideSlave.slaveName} is pregnant, so ${he2}'s wearing light pink`);
-			} else if ((brideSlave.vagina < 0)) {
+			} else if (brideSlave.vagina < 0) {
 				r.push(`${brideSlave.slaveName} is a sissy slave, so ${he2}'s wearing light blue`);
 			} else {
 				r.push(`${brideSlave.slaveName} is an experienced sex slave, so ${he2}'s wearing light pink`);
@@ -137,21 +137,21 @@ App.Events.RESlaveMarriage  = class RESlaveMarriage extends App.Events.BaseEvent
 					r.push(`anticipation`);
 				}
 				r.push(`has ${him2} stiffly erect, and ${he2}'s wearing a little bow around ${his2} cockhead.`);
-			} else if ((brideSlave.dick > 0)) {
+			} else if (brideSlave.dick > 0) {
 				r.push(`${He}'s impotent, but ${he2}'s wearing a little bow around ${his2} useless cockhead.`);
-			} else if ((brideSlave.clit > 0)) {
+			} else if (brideSlave.clit > 0) {
 				r.push(`${His2} prominent clit is engorged, and ${he2}'s wearing a tiny bow on it.`);
 			} else {
 				r.push(`${He2}'s wearing a demure little bow just over ${his2} pussy.`);
 			}
 			if (brideSlave.anus > 1) {
 				r.push(`${His2} lacy panties are designed to spread ${his2} buttocks a little and display ${his2} big butthole.`);
-			} else if ((brideSlave.anus === 0)) {
+			} else if (brideSlave.anus === 0) {
 				r.push(`${His2} lacy panties cover ${his2} virgin anus, for once.`);
 			}
 			if (brideSlave.boobs > 1000) {
 				r.push(`The bra makes no attempt to cover or even support ${his2} huge breasts, simply letting them through holes in the lace to jut proudly out.`);
-			} else if ((brideSlave.boobs > 500)) {
+			} else if (brideSlave.boobs > 500) {
 				r.push(`The bra supports and presents ${his2} big breasts, leaving ${his2} stiffening nipples bare.`);
 			} else {
 				r.push(`The bra supports and presents ${his2} breasts, giving ${him2} more cleavage than ${he2} usually displays.`);