diff --git a/src/endWeek/saRest.js b/src/endWeek/saRest.js index 0195c7edecc689c377dc6e50dd050c4853dbe37f..588bdad618ac4b68ba82f2275f6d6c97c87f1b69 100644 --- a/src/endWeek/saRest.js +++ b/src/endWeek/saRest.js @@ -5,16 +5,16 @@ window.saRest = /** @param {App.Entity.SlaveState} slave */ function saRest(slav var He = capFirstChar(he), His = capFirstChar(his); var V = State.variables; - var t = " takes the week off."; + var t = ` takes the week off.`; if (slave.fuckdoll > 0) { - t += " ${He} has nothing to do but "; + t += ` ${He} has nothing to do but `; if (slave.amp == 0) { - t += "lie "; + t += `lie `; } else { - t += "stand "; + t += `stand `; } - t += "in place."; + t += `in place.`; } if (slave.health > 90) {