From 20497db0f079a66c267f2acd0c2a3f6ec6fbccb3 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Mon, 30 Nov 2020 17:31:39 -0500 Subject: [PATCH] sc formatting --- src/facilities/bodyModification/bodyModification.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/facilities/bodyModification/bodyModification.js b/src/facilities/bodyModification/bodyModification.js index 75a1a17c4f7..2906d75941d 100644 --- a/src/facilities/bodyModification/bodyModification.js +++ b/src/facilities/bodyModification/bodyModification.js @@ -611,7 +611,7 @@ App.UI.bodyModification = function(slave, cheat = false) { ) ); if (slave.abortionTat > -1) { - r.push(`//This will only remove birth tracking//`); + r.push(`<span style="font-style:italic">This will only remove birth tracking</span>`); } } else { r.push(`${He} is scheduled to receive a tattoo each time ${he} gives birth.`); @@ -670,7 +670,7 @@ App.UI.bodyModification = function(slave, cheat = false) { ) ); if (slave.birthsTat > -1) { - r.push(`//This will only remove abortion tracking//`); + r.push(`<span style="font-style:italic">This will only remove abortion tracking</span>`); } } else { r.push(`${He} is scheduled to receive a tattoo each time ${he} gets an abortion or miscarries.`); -- GitLab