diff --git a/src/interaction/rename.js b/src/interaction/rename.js
index d6f717a5c4c2865cedbe8c21313f91682f3bd81d..75f9fd0836af44eb7b9c8f752840af7396b1fcef 100644
--- a/src/interaction/rename.js
+++ b/src/interaction/rename.js
@@ -114,10 +114,12 @@ App.UI.SlaveInteract.rename = function(slave, {oldName, oldSurname} = {}) {
 								r.push(`wiping at the tears running down ${his} ${slave.skin} cheeks, `);
 							}
 							r.push(`but ${he} can't seem to stop weeping as ${he} thanks you over and over. ${He}'s a sex slave, your property, and it's understandable that some doubts about the permanence of ${his} place as your slave ${wife}. This has <span class="mediumaquamarine">helped reassure ${him},</span> and explains the strength of ${his} emotional reaction. The next time you make love to ${him}, ${he} <span class="hotpink">presses ${himself} as close to you as ${he} can,</span> eager to drink in as much of your presence as ${he} can get.`);
-							slave.devotion += 5, slave.trust += 5;
+							slave.devotion += 5;
+							slave.trust += 5;
 						} else if (V.oldSurname === V.PC.slaveSurname) {
 							r.push(`${He}'s devastated that you'd rename ${him} something other than your name. ${He}'s <span class="gold">terrified</span> that you intend to discard ${him} as your slave ${V.wife}, and <span class="mediumorchid">saddened</span> that you would take away something that was precious to ${him}.`);
-							slave.devotion -= 5, slave.trust -= 5;
+							slave.devotion -= 5;
+							slave.trust -= 5;
 						}
 					} else if (slave.devotion < -20 && slave.trust > 20) {
 						if (slave.slaveSurname === V.PC.slaveSurname) {
@@ -132,7 +134,8 @@ App.UI.SlaveInteract.rename = function(slave, {oldName, oldSurname} = {}) {
 							slave.devotion += 5;
 						} else if (V.oldSurname === V.PC.slaveSurname) {
 							r.push(`${He}'s <span class="mediumorchid">happy</span> to no longer have to share a name with ${his} tormentor, but the bliss doesn't last long as <span class="gold">dread</span> quickly sets in about what this may mean.`);
-							slave.devotion += 5, slave.trust -= 10;
+							slave.devotion += 5;
+							slave.trust -= 10;
 						}
 					} else {
 						if (slave.slaveSurname === V.PC.slaveSurname) {