From 834ee6c95e5e193a2b5eb31c34d387c26f2465b5 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Mon, 24 May 2021 16:10:02 -0700 Subject: [PATCH] Fix more shitty Sugarcube behavior in RE Busy Master Suite, and a space. --- src/uncategorized/reBusyMasterSuite.tw | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/uncategorized/reBusyMasterSuite.tw b/src/uncategorized/reBusyMasterSuite.tw index 7d91c016025..851107933d6 100644 --- a/src/uncategorized/reBusyMasterSuite.tw +++ b/src/uncategorized/reBusyMasterSuite.tw @@ -65,7 +65,7 @@ } else { t = "hard"; } - t += "dick"; + t += " dick"; } else { t += "a "; const size = (mode === "vaginal" ? slave.vagina : slave.anus); @@ -95,9 +95,9 @@ } else if (slave.butt > 4) { r += `well cushioned by ${slave.slaveName}'s huge ass.`; } else if (nextSlave.nipples === "huge") { - r += `who is bending to rub ${getPronouns(nextSlave).his} enormous hard nipples across ${slave.slaveName}'s ${slave.skin} back.`; + r += `who ` + "is" /* FUCK SUGARCUBE */ + ` bending to rub ${getPronouns(nextSlave).his} enormous hard nipples across ${slave.slaveName}'s ${slave.skin} back.`; } else if (nextSlave.lips > 40) { - r += `who is bending forward to nibble along ${slave.slaveName}'s ${slave.skin} neck.`; + r += `who ` + "is" /* FUCK SUGARCUBE */ + ` bending forward to nibble along ${slave.slaveName}'s ${slave.skin} neck.`; } else if (hasAnyArms(nextSlave)) { r += `who is reaching around to grope ${slave.slaveName}'s ${slave.skin} chest.`; } else { -- GitLab