From 393cff0bd3672facb6c07cec1d9e0b77377801e0 Mon Sep 17 00:00:00 2001
From: Alexei91 <10744-Alexei91@users.noreply.gitgud.io>
Date: Tue, 8 Jun 2021 02:03:35 +0000
Subject: [PATCH] Update punkSissycat.js, "newSlaveIntro" was missed.

---
 src/Mods/Catmod/events/reRecruit/punkSissycat.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Mods/Catmod/events/reRecruit/punkSissycat.js b/src/Mods/Catmod/events/reRecruit/punkSissycat.js
index 2c4de56ff69..1c11accf8ac 100644
--- a/src/Mods/Catmod/events/reRecruit/punkSissycat.js
+++ b/src/Mods/Catmod/events/reRecruit/punkSissycat.js
@@ -53,6 +53,7 @@ App.Events.recPunkSissycat = class recPunkSissycat extends App.Events.BaseEvent
 			r.push(`You quickly fill out the paperwork to transfer the low-status cat${girl}'s legal ownership to yourself, before anyone else can notice how easy it'd be to snatch the unfortunate cat${girl} up for themselves. Making your way to the local guard station where ${he} is being kept, you tell the young ${woman} you're taking ${him} out of jail. Obviously not buying it, ${he} glowers at you as you take ${his} readings and calls you a`);
 			r.push(Spoken(slave, `"monkey fucker",`));
 			r.push(`blabbering on something about systemic cat oppression and plutocracy before you have the mouthy cat gagged. Sinking ${his} fangs into the ballgag you've had one of the officers shove into ${his} mouth and tightly cuffed, you tell the guards to keep ${him} tightly bound up until the slave trader you've sold ${him} to arrives. One of them smiles and says it'll be a pleasure, glancing over at the bound-up catslave.`);
+			r.push(App.UI.newSlaveIntro(slave)); 
 			App.Events.addNode(el, r);
 			return el;
 		}
-- 
GitLab