diff --git a/src/endWeek/saRules_old.js b/src/endWeek/saRules_old.js index a03f811802e6569b4f5821149f5ce2fbf87ee526..6b9c38e2ca185aa41624b9ee914ee9a7779cac67 100644 --- a/src/endWeek/saRules_old.js +++ b/src/endWeek/saRules_old.js @@ -1,4 +1,4 @@ -(function () { +(function() { "use strict"; const @@ -443,11 +443,11 @@ } break; default: - r += `${He}'s <span class="hotpink">rewarded</span> `; + r += `${He}'s <span class="hotpink">rewarded</span>`; if (punishments && slave.rules.punishment === "situational") { - r += `and <span class="gold">punished</span>`; + r += ` and <span class="gold">punished</span>`; } - r += `situationally, letting ${him} develop normally. `; + r += ` situationally, letting ${him} develop normally. `; slave.devotion += rewards; if (V.spa) { if (V.spaSpots > 0) {