From 50b1a49b436e93bf46917eaee3e77c7b88580a55 Mon Sep 17 00:00:00 2001
From: Trinidad <anchaiscastilla@gmail.com>
Date: Wed, 19 Jul 2023 01:27:34 +0200
Subject: [PATCH] 	modified:   src/player/electiveSurgery.js

---
 src/player/electiveSurgery.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/player/electiveSurgery.js b/src/player/electiveSurgery.js
index 231a9b7d9bf..efe14b0eccf 100644
--- a/src/player/electiveSurgery.js
+++ b/src/player/electiveSurgery.js
@@ -707,7 +707,7 @@ App.UI.electiveSurgery = function() {
 		const linkArray = [];
 		if (V.PC.vagina >= 3 && V.PC.newVag === 0) {
 			App.Events.addNode(p, [
-				`"Looking a little loose down there; I can fix that for you. Get you nice and tight again. Oh, and our pussies are guaranteed to not lose their tightness, or your money back! After a few hours, you awaken in the recovery wing with a distinct soreness between your legs. You pull the covers off of yourself to catch sight of the result of the surgery and you for a brand new vagina. ${V.PC.preg < 1 ? "I can even do a hymen reconstruction if you want. Nobody will notice that your vagina has already been used, it will be a perfect work of craftsmanship" : "If you weren't pregnant, I could give you a hymen reconstruction, think about it for when you have your uterus free"}. It costs <span class="cash">${cashFormat(applyDiscount(2000))}</span> more."`
+				`"Looking a little loose down there; I can fix that for you. Get you nice and tight again. Oh, and our pussies are guaranteed to not lose their tightness, or your money back! ${V.PC.preg < 1 ? "I can even do a hymen reconstruction if you want. Nobody will notice that your vagina has already been used, it will be a perfect work of craftsmanship" : "If you weren't pregnant, I could give you a hymen reconstruction, think about it for when you have your uterus free"}. It costs <span class="cash">${cashFormat(applyDiscount(2000))}</span> more."`
 			], "div");
 			linkArray.push(surgeryLink("Get a tighter vagina", "tightPussy", () => {
 				V.PC.vagina = 1;
-- 
GitLab