diff --git a/src/events/RE/reBusyMasterSuite.js b/src/events/RE/reBusyMasterSuite.js index 940918f618ca3cbed2c410d41644babb6f279254..8eb0d85efc24d1e94d3529079256027babd7b8e7 100644 --- a/src/events/RE/reBusyMasterSuite.js +++ b/src/events/RE/reBusyMasterSuite.js @@ -163,7 +163,7 @@ App.Events.REFullBed = class REFullBed extends App.Events.BaseEvent { _concubineMode = "anal"; if (S.Concubine.anus > 2) { _concubineHole = "loose anus"; - } else if ((S.Concubine.anus > 1)) { + } else if (S.Concubine.anus > 1) { _concubineHole = "asshole"; } else { _concubineHole = "tight little asshole"; @@ -172,7 +172,7 @@ App.Events.REFullBed = class REFullBed extends App.Events.BaseEvent { _concubineMode = "vaginal"; if (S.Concubine.vagina > 2) { _concubineHole = "loose pussy"; - } else if ((S.Concubine.vagina > 1)) { + } else if (S.Concubine.vagina > 1) { _concubineHole = "pussy"; } else { _concubineHole = "tight little pussy"; @@ -199,9 +199,9 @@ App.Events.REFullBed = class REFullBed extends App.Events.BaseEvent { r.push(`expansive`); } else if (S.Concubine.butt > 7) { r.push(`enormous`); - } else if ((S.Concubine.butt > 5)) { + } else if (S.Concubine.butt > 5) { r.push(`huge`); - } else if ((S.Concubine.butt > 2)) { + } else if (S.Concubine.butt > 2) { r.push(`healthy`); } else { r.push(`trim`); @@ -221,9 +221,9 @@ App.Events.REFullBed = class REFullBed extends App.Events.BaseEvent { r.push(` home with some force, your concubine's extreme state of arousal leaving ${his} ass very relaxed and welcoming; the thrust shoves ${him} forward to hilt ${himself} in ${_top.slave.slaveName}, and so on down the line, producing more giggling, some squealing, and much scrabbling for balance. It takes a while to find the rhythm, and while you wait for the inevitable tangles to be fixed you decide to challenge yourself. You reach around and `); if (S.Concubine.boobs > 10000) { r.push(`sink your hands into ${S.Concubine.slaveName}'s massive boobs`); - } else if ((S.Concubine.boobs > 1000)) { + } else if (S.Concubine.boobs > 1000) { r.push(`heft ${S.Concubine.slaveName}'s heavy boobs`); - } else if ((S.Concubine.boobs > 300)) { + } else if (S.Concubine.boobs > 300) { r.push(`tease ${S.Concubine.slaveName}'s healthy breasts`); } else { r.push(`massage ${S.Concubine.slaveName}'s flat chest`); @@ -256,9 +256,9 @@ App.Events.REFullBed = class REFullBed extends App.Events.BaseEvent { r.push(`${_bottomSlave.slaveName}'s ${App.Desc.eyesColor(_bottomSlave)} widen when you push ${him2} upright for a moment and slide in under ${him2}, but ${he2} wraps $_his2}`); if (_bottomSlave.lips > 95) { r.push(`facepussy`); - } else if ((_bottomSlave.lips > 70)) { + } else if (_bottomSlave.lips > 70) { r.push(`dick sucking lips`); - } else if ((_bottomSlave.lips > 20)) { + } else if (_bottomSlave.lips > 20) { r.push(`pretty lips`); } else { r.push(`lips`); @@ -281,7 +281,7 @@ App.Events.REFullBed = class REFullBed extends App.Events.BaseEvent { r.push(`, a nice feeling. The blowjob is `); if (_bottomSlave.skill.oral >= 100) { r.push(`masterful, despite the distraction`); - } else if ((_bottomSlave.skill.oral > 10)) { + } else if (_bottomSlave.skill.oral > 10) { r.push(`serviceable, despite the distraction`); } else { r.push(`only mediocre, but serviceable enough`); @@ -293,9 +293,9 @@ App.Events.REFullBed = class REFullBed extends App.Events.BaseEvent { r.push(`expansive`); } else if (S.Concubine.butt > 7) { r.push(`enormous`); - } else if ((S.Concubine.butt > 5)) { + } else if (S.Concubine.butt > 5) { r.push(`huge`); - } else if ((S.Concubine.butt > 2)) { + } else if (S.Concubine.butt > 2) { r.push(`healthy`); } else { r.push(`trim`);