diff --git a/src/interaction/main/walkPast.js b/src/interaction/main/walkPast.js index 2eb2e2a4e79148c21d37f8c2d8bd28926341df6e..82b31233a09f5a8fbc41b8c50f6879ab14982e33 100644 --- a/src/interaction/main/walkPast.js +++ b/src/interaction/main/walkPast.js @@ -2071,7 +2071,7 @@ window.walkPast = (function() { const breasts = (slave.boobs < 300) ? `flat chest` : `breasts`; - t += App.Desc.boobs(slave, pronouns) + ' '; + t += ' ' + App.Desc.boobs(slave, pronouns) + ' '; switch (slave.clothes) { case "uncomfortable straps": if (slave.boobs < 300) { diff --git a/src/uncategorized/walkPastList.tw b/src/uncategorized/walkPastList.tw index e342a8a091a4eb585ea0058a480b072362538eb9..38c15dd38e30f665b3510255449589a168dbd060 100644 --- a/src/uncategorized/walkPastList.tw +++ b/src/uncategorized/walkPastList.tw @@ -1,7 +1,7 @@ :: Walk Past List [nobr] <<set $nextButton = "Back to Main", $nextLink = "Main", _target = $target>> -//For testing purposes only, this page lists or can produce all of the "walk past" scenes. Please note that on this screen, the "summon them both" option will only summon them both for Rival and Relation scenes. Otherwise, it will simply call the active slave.//<br> +//For testing purposes only, this page lists or can produce all of the "walk past" scenes.//<br> <br> //<span id="walk">No scene has been selected yet.</span>//