diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw index c94e08b6c3d4b2ca9fba45853743efd8315bce2f..c86bdec41131065cd368a4c1ae4369f4815ff6c6 100644 --- a/src/npc/startingGirls/startingGirls.tw +++ b/src/npc/startingGirls/startingGirls.tw @@ -637,7 +637,7 @@ .addValue("None", 0)>> <<run _options.addOption("Nipples", "nipples", $activeSlave) - .addValueList([["Tiny", "tiny"], ["Cute", "cute"], ["Puffy", "puffy"], ["Inverted", "inverted"], ["Huge", "huge"]])>> + .addValueList([["Tiny", "tiny"], ["Cute", "cute"], ["Puffy", "puffy"], ["Partially Inverted", "partially inverted"], ["Inverted", "inverted"], ["Huge", "huge"]])>> <<run _options.addOption("Areolae", "areolae", $activeSlave) .addValueList([["Normal", 0], ["Large", 1], ["Wide", 2], ["Huge", 3], ["Massive", 4]])>> @@ -692,7 +692,7 @@ <</if>> <<run _options.addOption("Labia", "labia", $activeSlave) - .addValueList([["Normal", 0], ["Large", 1], ["Huge", 2]])>> + .addValueList([["Normal", 0], ["Large", 1], ["Huge", 2], ["Huge Dangling", 3])>> <<run _options.addOption("Vaginal wetness", "vaginaLube", $activeSlave) .addValueList([["Dry", 0], ["Normal", 1], ["Excessive", 2]])>> @@ -766,6 +766,13 @@ V.activeSlave.pregSource = 0; V.activeSlave.pregWeek = 0; V.activeSlave.pregKnown = 0; + }).addValue("Contraceptives", -1, () => { + V.activeSlave.pregType = 0; + V.activeSlave.belly = 0; + V.activeSlave.bellyPreg = 0; + V.activeSlave.pregSource = 0; + V.activeSlave.pregWeek = 0; + V.activeSlave.pregKnown = 0; }).addValue("Barren", -2, () => { V.activeSlave.pregType = 0; V.activeSlave.belly = 0;