From 3a65cadebfe3bcfdd95f05cd3533f89bf84b391b Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Fri, 15 Jan 2021 18:56:28 -0500
Subject: [PATCH] smart clit piercing should actually pierce

---
 src/npc/generate/newSlaveIntro.js | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/npc/generate/newSlaveIntro.js b/src/npc/generate/newSlaveIntro.js
index b6cdc50e2df..5812e32fb3e 100644
--- a/src/npc/generate/newSlaveIntro.js
+++ b/src/npc/generate/newSlaveIntro.js
@@ -2004,10 +2004,9 @@ App.UI.newSlaveIntro = function(slave, slave2, {tankBorn = false, momInterest =
 				choice({
 					linkName: `Give ${him} a smart clitoral piercing`,
 					result: function(slave) {
-						const r = [];
 						cashX(forceNeg(V.SPcost), "slaveMod", slave);
-						r.push(`You take ${him} to the body modification studio, strap ${him} down, pierce ${his} clit, and insert what appears to be a large stainless steel barbell piercing. It actually contains a device that can vibrate to give ${him} sexual stimulation or create subtle pain to suppress pleasure. It is connected wirelessly to the arcology, which can be given instructions to encourage or discourage sexual pleasure in specific situations. You run a quick test. On the oral setting, as soon as ${he} kneels in front of your crotch, ${he} gasps as the stimulation starts. On the anal setting, ${he} whimpers when you run a finger across ${his} asshole.`);
-						return r.join(" ");
+						slave.clitPiercing = 3;
+						return `You take ${him} to the body modification studio, strap ${him} down, pierce ${his} clit, and insert what appears to be a large stainless steel barbell piercing. It actually contains a device that can vibrate to give ${him} sexual stimulation or create subtle pain to suppress pleasure. It is connected wirelessly to the arcology, which can be given instructions to encourage or discourage sexual pleasure in specific situations. You run a quick test. On the oral setting, as soon as ${he} kneels in front of your crotch, ${he} gasps as the stimulation starts. On the anal setting, ${he} whimpers when you run a finger across ${his} asshole.`;
 					},
 					note: `This option costs ${cashFormat(V.SPcost)}`
 				});
-- 
GitLab