From a95f1c036be0b3532d2f91b01735783d21fe7957 Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Fri, 12 Jul 2019 23:02:59 -0400 Subject: [PATCH] csec --- src/js/descriptionWidgets.js | 2 +- src/uncategorized/bodyModification.tw | 2 +- src/utility/descriptionWidgetsFlesh.tw | 11 ----------- 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/src/js/descriptionWidgets.js b/src/js/descriptionWidgets.js index 25ed9f13b26..e44bc03f9e9 100644 --- a/src/js/descriptionWidgets.js +++ b/src/js/descriptionWidgets.js @@ -844,7 +844,7 @@ App.Desc.describeScarInt = function(slave, surface) { // scars can sometimes be return "an exotic scar"; case 7: if (surface === "belly") { - return "a cSection"; + return "an unsightly c-section scar"; } else if (surface === "left breast" || surface === "right breast" ) { if (slave.boobsImplant > 0) { return "scars from sloppily inserted implants"; diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw index ef2c50569d8..5dd681e331a 100644 --- a/src/uncategorized/bodyModification.tw +++ b/src/uncategorized/bodyModification.tw @@ -1166,7 +1166,7 @@ Or a custom site: <<textbox "$brandTarget.local" $brandTarget.local "Body Modifi <<set _printScar = "an exotic scar">> <<case 7>> <<if _scarName === "belly">> - <<set _printScar = "a cSection">> + <<set _printScar = "an unsightly c-section scar">> <<else>> <<set _printScar = "a surgical scar">> <</if>> diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw index f03b59c848c..8ee62efc68f 100644 --- a/src/utility/descriptionWidgetsFlesh.tw +++ b/src/utility/descriptionWidgetsFlesh.tw @@ -15433,9 +15433,6 @@ $He has It has a short length of chain dangling from it. <</if>> <</if>> - <<if $activeSlave.scar["belly"] == 7>> - $He has an unsightly c-section scar under $his navel. - <</if>> <<if $activeSlave.bellyTat != 0>> <<if $activeSlave.belly >= 300000>> <<if $activeSlave.bellyTat == "a heart">> @@ -18416,10 +18413,6 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies; <</if>> <</if>> - <<if $activeSlave.scar["belly"] == 7>> - $He has an unsightly c-section scar under $his navel. - <</if>> - <<if $activeSlave.bellyTat != 0>> <<if $activeSlave.bellyImplant >= 32000>> <<if $activeSlave.bellyTat == "a heart">> @@ -19519,10 +19512,6 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies; <</if>> <</if>> -<<if $activeSlave.scar["belly"] == 7>> - $He has an unsightly c-section scar under $his navel. -<</if>> - <<if $activeSlave.navelPiercing == 1>> $His navel bears a simple stud. <<elseif $activeSlave.navelPiercing == 2>> -- GitLab