From 8a34bdfd61a48722d3eef16f2d0a250784623f5f Mon Sep 17 00:00:00 2001
From: Skriv <skrivelese@gmail.com>
Date: Tue, 18 Aug 2020 12:08:20 -0700
Subject: [PATCH] devotedShortstack to new event system

---
 .vscode/tasks.json                   |  35 +++
 src/events/RESS/devotedShortstack.js | 308 +++++++++++++++++++++++++++
 src/events/randomEvent.js            |   1 +
 src/js/eventSelectionJS.js           |  12 --
 src/uncategorized/RESS.tw            | 157 +-------------
 5 files changed, 345 insertions(+), 168 deletions(-)
 create mode 100644 .vscode/tasks.json
 create mode 100644 src/events/RESS/devotedShortstack.js

diff --git a/.vscode/tasks.json b/.vscode/tasks.json
new file mode 100644
index 00000000000..0a3859ac546
--- /dev/null
+++ b/.vscode/tasks.json
@@ -0,0 +1,35 @@
+{
+	// See https://go.microsoft.com/fwlink/?LinkId=733558
+	// for the documentation about the tasks.json format
+	"version": "2.0.0",
+	"command": "Test build",
+	"tasks": [
+		{
+			"label": "Compile",
+			"type": "shell",
+			"command": "./compile.sh",
+			"windows": {
+				"command": ".\\compile.bat"
+			},
+			"group": "build",
+			"presentation": {
+				"reveal": "always",
+				"panel": "new"
+			},
+			"problemMatcher": []
+		},
+		{
+			"label": "Run in Chrome",
+			"type": "process",
+			"command": "chrome.exe",
+			"windows": {
+				"command": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe"
+			},
+			"group": "test",
+			"args": [
+				"${workspaceRoot}/bin/FC_pregmod.html", "--incognito"
+			],
+			"problemMatcher": [],
+		}
+	]
+}
diff --git a/src/events/RESS/devotedShortstack.js b/src/events/RESS/devotedShortstack.js
new file mode 100644
index 00000000000..25beb36836d
--- /dev/null
+++ b/src/events/RESS/devotedShortstack.js
@@ -0,0 +1,308 @@
+App.Events.RESSDevotedShortstack = class RESSDevotedShortstack extends App.Events.BaseEvent {
+	eventPrerequisites() {
+		return [];
+	}
+
+	actorPrerequisites() {
+		return [
+			[ // single event slave
+				s => s.assignment !== Job.QUARTER,
+				s => s.height < (Height.mean(s) * 0.95),
+				s => s.physicalAge > 12,
+				canDoAnal,
+				s => s.fetish !== "mindbroken",
+				hasAnyArms,
+				hasAnyLegs,
+				s => s.trust <= 95,
+				s => s.devotion > 20,
+			]
+		];
+	}
+
+	execute(node) {
+		/** @type {Array<App.Entity.SlaveState>} */
+		let [eventSlave] = this.actors.map(a => getSlave(a));
+		const {
+			His, hers, He, he, his, him, himself, woman, girl, loli
+		} = getPronouns(eventSlave);
+		const {title: Master} = getEnunciation(eventSlave);
+		const belly = bellyAdjective(eventSlave);
+
+		/** @type {App.Entity.PlayerState} */
+		let PC = V.PC;
+		const phallus = PC.dick === 0 ? "phallus" : "cock";
+
+		V.nextLink = "Next Week";
+
+		App.Events.drawEventArt(node, eventSlave, "no clothing");
+
+		let t = [];
+		t.push(App.UI.DOM.slaveDescriptionDialog(eventSlave));
+		t.push(`comes before you for a routine inspection. The`);
+
+		if ((eventSlave.height > 130) && (eventSlave.boobs > 800)) {
+			t.push(`shortstack`);
+		} else if ((eventSlave.height > 130) && (eventSlave.boobs < 600)) {
+			t.push(`petite`);
+		} else {
+			t.push(`short`);
+		}
+		if (eventSlave.belly >= 10000) {
+			if (eventSlave.bellyPreg >= 3000) {
+				t.push(`and heavily pregnant`);
+			} else {
+				t.push(`and ${belly} bellied`);
+			}
+		} else if (eventSlave.bellyPreg >= 1500) {
+			t.push(`pregnant`);
+		}
+		if (eventSlave.physicalAge > 30) {
+			t.push(`${woman}`);
+		} else if (eventSlave.physicalAge > 17) {
+			t.push(`${girl}`);
+		} else if (eventSlave.physicalAge > 12) {
+			t.push(`teen`);
+		} else {
+			t.push(`${loli}`);
+		}
+		t.push(`is looking good despite ${his} diminutive height. When ${he} raises ${his}`);
+		if (hasBothArms(eventSlave)) {
+			t.push(`arms`);
+		} else {
+			t.push("arm");
+		}
+		t.push(`above ${his} head to submit to an inspection under your gaze, the top of ${his} ${eventSlave.hColor}-haired head doesn't even reach your chest. Despite the discrepancy between your height and ${hers}, you notice an unmistakable flush of embarrassment tinging ${his} cheeks.`);
+		if (canSee(eventSlave)) {
+			t.push(`${His} ${App.Desc.eyesColor(eventSlave)} flick up to gaze at you, but ${he} must crane ${his} head upwards as well to meet your gaze.`);
+		} else if (canHear(eventSlave)) {
+			t.push(`${His} ears perk up to hear at the sound of some minute noise you made, before ${he} cranes ${his} head upwards so that ${his} sightless eyes may meet your gaze.`);
+		} else {
+			t.push(`${He} knows from training and experience how tall you are, and uses this knowledge to crane ${his} head exactly so that your gaze meets ${his} face directly.`);
+		}
+		if (!canTalk(eventSlave)) {
+			t.push(`${He} uses gestures to beg your pardon, even as ${he} continues to blush rosily, and explains that ${he} doesn't understand why you keep ${him} in your penthouse, when there are such tall, beautiful slaves in abundance in your arcology. ${He} pauses, shuffling about a little shamefacedly before signing that ${he} thinks their bodies could be more fit to pleasure you.`);
+		} else {
+			t.push(`"${Master}," ${he} says.`);
+			t.push(Spoken(eventSlave, `"Why do you keep a short, plain slave like me in your penthouse, when there are such beautiful, tall slaves out there in the arcology?"`));
+			t.push(`${He} shuffles about under your gaze a little shamefacedly before saying in a quiet voice,`);
+			t.push(Spoken(eventSlave, `"Surely, their bodies are more fit for pleasuring you."`));
+		}
+
+		App.Events.addParagraph(node, t);
+		t = [];
+
+		App.Events.addResponses(node, [
+			new App.Events.Result(`Show ${him} why you like having short ${girl}s around`, like, virginityWarning()),
+			new App.Events.Result(`Show ${him} that short ${girl}s can still serve`, can),
+			new App.Events.Result(`Show ${him} that short ${girl}s are easier to abuse`, abuse, virginityWarning(true)),
+			(V.arcade > 0)
+				? new App.Events.Result(`Show ${him} that short ${girl}s are amusing in the arcade`, arcade)
+				: new App.Events.Result(),
+		]);
+
+		function virginityWarning(analOnly = false) {
+			if (!analOnly && canDoVaginal(eventSlave) && (eventSlave.vagina === 0)) {
+				return `This option will take ${his} virginity`;
+			} else if (eventSlave.anus === 0) {
+				return `This option will take ${his} anal virginity`;
+			} else {
+				return null;
+			}
+		}
+
+		function like() {
+			let frag = document.createDocumentFragment();
+			t = [];
+
+			t.push(`You hook your arms underneath ${his} own, pulling ${him} off of the ground in one swift yank upwards. Taken off guard by ${his} sudden vertical ascension, ${he} clings to your chest instinctively,`);
+			if (PC.boobs >= 300 || PC.title === 0) {
+				if (eventSlave.boobs > 25000) {
+					t.push(`${his} immense udders doing their best to keep you apart.`);
+				} else if (eventSlave.boobs > 2000) {
+					t.push(`${his} huge breasts squashing against yours.`);
+				} else if (eventSlave.boobs > 800) {
+					t.push(`${his} breasts pressing heavily against yours.`);
+				} else {
+					t.push(`${his} chest pressing against your breasts.`);
+				}
+			} else {
+				if (eventSlave.boobs > 25000) {
+					t.push(`${his} immense udders doing their best to keep you apart.`);
+				} else if (eventSlave.boobs > 2000) {
+					t.push(`${his} huge breasts forming a soft cushion between your two bodies.`);
+				} else if (eventSlave.boobs > 800) {
+					t.push(`${his} breasts pressing up against your hard chest pleasantly.`);
+				} else {
+					t.push(`${his} chest pressing against yours.`);
+				}
+			}
+			t.push(`${His} body is held aloft entirely by your crushing embrace and ${his}`);
+			if (hasBothArms(eventSlave)) {
+				t.push(`arms`);
+			} else {
+				t.push("arm");
+			}
+			t.push(`wrapped daintily about your shoulders, for as short as ${he} is, ${his} attempts to wrap ${his} legs around your waist leave them dangling awkwardly in the air. This unique position soon has ${his}`);
+			if (eventSlave.belly >= 10000) {
+				t.push(`${belly} belly`);
+				if (PC.dick !== 0) {
+					t.push(`trapping your dick against your own`);
+					if (PC.pregKnown === 1) {
+						t.push(`pregnancy.`);
+					} else {
+						t.push(`stomach.`);
+					}
+					t.push(`You take advantage of the situation and thrust between your middles, grunting and panting as ${his} tiny body rubs up against your cock. You quickly coat your rounded stomachs in your cum.`);
+				} else {
+					t.push(`rubbing against your own`);
+					if (PC.pregKnown === 1) {
+						t.push(`pregnancy.`);
+					} else {
+						t.push(`stomach.`);
+					}
+					t.push(`While it feels interesting, it isn't very satisfying.`);
+				}
+			} else {
+				if (PC.dick === 0) {
+					t.push(`crotch rubbing up against your own, so you don a strap-on.`);
+				} else {
+					t.push(`crotch rubbing up against you.`);
+				}
+				t.push(`Lightly maneuvering ${him} in the air, you position ${him}`);
+				if (canDoVaginal(eventSlave)) {
+					t.push(`such that you press up against ${his} pussy.`);
+				} else {
+					t.push(`such that you press up against ${his} ass.`);
+				}
+				t.push(`${He} moans softly in anticipation as you lift ${him} up by ${his}`);
+				if (hasBothArms(eventSlave)) {
+					t.push(`arms,`);
+				} else {
+					t.push("arm,");
+				}
+				t.push(`before lowering ${him} slowly onto your ${phallus},`);
+				t.push(`${his} knees desperately pressing against your hips in an attempt to steady ${himself}. Held aloft in your arms, ${he} arches ${his} back and cocks ${his} hips wildly to ride you in midair,`);
+				if (eventSlave.belly >= 1500) {
+					t.push(`even as ${he} carefully keeps ${his} bulge from slamming into your hard body,`);
+				}
+				t.push(`grunting and panting as ${his} tiny body rubs up against your own.`);
+			}
+			App.Events.addParagraph(frag, t);
+			t = [];
+
+			t.push(`When you grow bored of the position, you turn ${him} around to impale ${his}`);
+			if (eventSlave.butt > 12) {
+				t.push(`bountiful`);
+			} else if (eventSlave.butt > 7) {
+				t.push(`giant`);
+			} else if (eventSlave.butt > 5) {
+				t.push(`huge`);
+			} else if (eventSlave.butt > 3) {
+				t.push(`rounded`);
+			} else {
+				t.push(`tight`);
+			}
+			t.push(`butt as you pound ${him} standing from behind, ${his}`);
+			if (eventSlave.boobs > 2000) {
+				t.push(`titanic`);
+			} else if (eventSlave.boobs > 800) {
+				t.push(`big`);
+			} else {
+				t.push(`small`);
+			}
+			t.push(`breasts`);
+			if (eventSlave.belly >= 1500) {
+				t.push(`and ${belly} belly`);
+			}
+			t.push(`bouncing with every deep thrust upwards. ${His} small body spasms with the force of ${his} immense pleasure, and when ${he} orgasms, you have to wrap your arms beneath ${his} breasts and pull ${him} up against you to stop ${his} limp body from crashing to the ground. Eventually, you lower ${him} back down onto the ground level, watching with bemusement as ${he} curls up, breathing heavily from ${his} exertions. Eventually ${he} recovers ${his} composure somewhat, rising from ${his} stupor to <span class="hotpink">blow you a kiss.</span>`);
+			eventSlave.devotion += 4;
+			if (eventSlave.belly >= 10000) {
+				VCheck.Anal(1, eventSlave);
+			} else {
+				VCheck.Both(1, 1, eventSlave);
+			}
+			App.Events.addParagraph(frag, t);
+
+			return frag;
+		}
+
+		function can() {
+			let frag = document.createDocumentFragment();
+			t = [];
+
+			t.push(`You lightly place your palms on ${his} shoulders and apply a little `);
+			if (PC.dick === 0) {
+				t.push(`pressure as you don a strap-on.`);
+			} else {
+				t.push("pressure.");
+			}
+			t.push(`From your towering position above ${him}, you easily push ${him} down to ${his} knees with little more than a gradual increase in force. From your standing position,`);
+			if (eventSlave.belly >= 300000) {
+				t.push(`after straddling ${his} ${belly} belly,`);
+			}
+			t.push(`your ${phallus} hovers above ${his} head, tantalizingly out of the immediate reach of ${his} lips.`);
+			if (eventSlave.teeth === "removable") {
+				t.push(`${He} quickly pulls ${his} removable teeth out, setting them aside as ${he} looks up at your ${phallus}.`);
+			} else if ((eventSlave.teeth === "pointy" || eventSlave.teeth === "fangs")) {
+				t.push(`${He} opens ${his} mouth wide, revealing ${his} sharp fangs even as ${he} reminds ${himself} diligently to not ${him} sharp teeth scrape against your shaft.`);
+			} else if (eventSlave.teeth === "fang") {
+				t.push(`${He} opens ${his} mouth wide, revealing a mischievous fang that will make this all the more exciting.`);
+			} else if (eventSlave.teeth === "gapped") {
+				t.push(`${He} opens ${his} mouth wide, revealing the gap between ${his} front teeth.`);
+			} else if ((eventSlave.teeth === "straightening braces") || (eventSlave.teeth === "cosmetic braces")) {
+				t.push(`${He} opens ${his} mouth wide, revealing a mouthful of braces even as ${he} reminds ${himself} diligently to not ${him} orthodontia scrape against your shaft.`);
+			}
+			t.push(`You inform ${him} that short slaves like ${him} might have to try harder, but they can still serve just as well as any of their taller peers. Understanding your meaning, ${he} pushes ${himself} up as far as ${he} can with your hands still lightly pressing down on ${his} shoulders, straining ${his} neck until ${he} can take you fully into ${his} waiting mouth, keeping ${his} eyes closed as ${he} concentrates intently on ${his} task. ${He} lightly rocks back and forth on ${his} knees in an attempt to gain a little height to better pleasure you with ${his} mouth, an amusing sight to behold as you stand above ${him}.`);
+			App.Events.addParagraph(frag, t);
+			t = [];
+
+			t.push(`Eventually, you lift a hand off of ${his} shoulder to run it possessively through ${his} ${eventSlave.hColor} hair, letting ${him} know that ${he}'s an excellent little cocksucker. In ${his} eagerness to thank you, ${he} ends up talking into your ${phallus}, though these muffled attempts at speech soon devolve back into submissive moaning. In time, you silence even these moans as you`);
+			if (PC.balls >= 30) {
+				t.push(`pump your endless load down ${his} throat and steadily fill ${his} stomach. ${He} opens ${his} eyes slowly, endowed with a belly stuffed to capacity with cum`);
+			} else if (PC.balls >= 14) {
+				t.push(`pump load after load down ${his} throat and into ${his} stomach. ${He} opens ${his} eyes slowly, endowed with a belly stuffed with cum`);
+			} else if (PC.balls >= 9) {
+				t.push(`blow your huge load down ${his} throat, and diligently ${he} swallows it all. ${He} opens ${his} eyes slowly, endowed with a belly full of cum`);
+			} else {
+				t.push(`blow your load down ${his} throat, and ${he} swallows it all. ${He} opens ${his} eyes slowly, endowed with a belly full of cum`);
+			}
+			t.push(`and a new understanding of <span class="mediumaquamarine">${his} place as a short slave.`);
+			App.Events.addParagraph(frag, t);
+
+			eventSlave.trust += 4;
+			seX(eventSlave, "oral", PC, "penetrative");
+			return frag;
+		}
+
+		function abuse() {
+			t = [];
+
+			t.push(`You inform ${him} that you find shorter slaves easier to abuse, smiling widely as an expression of horror spreads across ${his} face. This expression soon changes to one of shock and pain as you slap ${him} open-handed across the face, the sheer force of the strike sending ${him} reeling. A few slaps later and you have ${eventSlave.slaveName} on`);
+			if (hasAllLimbs(eventSlave)) {
+				t.push(`all fours`);
+			} else {
+				t.push(`the floor`);
+			}
+			t.push(`begging for mercy as you punish the cheeks of ${his} ass with spank after spank. When you suddenly shove`);
+			if (PC.dick === 0) {
+				t.push(`a dildo`);
+			} else {
+				t.push(`your cock`);
+			}
+			t.push(`up ${his} ass ${he} spasms so harshly from the pain that ${he} reflexively tries to get away, only to be subdued by the weight and strength of your larger, more powerful form. For the next ten minutes, ${he} gets beaten and choked if ${he} offers even token resistance to the brutal anal rape. Soon, tears run down the short length of ${his} body as ${he} shakes from the force of each excessive thrust into ${his} anus. The next time you decide to buttfuck ${him}, ${he}'s <span class="gold">terrified into compliance</span> by the knowledge of how little physical resistance ${he} can muster against you.`);
+			eventSlave.trust -= 5;
+
+			VCheck.Anal(1, eventSlave);
+
+			return t;
+		}
+
+		function arcade() {
+			eventSlave.devotion += 5;
+			eventSlave.trust -= 5;
+			seX(eventSlave, "oral", "public", "penetrative", 55);
+			healthDamage(eventSlave, 5);
+			return `You inform ${eventSlave.slaveName} that short ${girl}s like ${him} are delightfully amusing when immured in the arcade. Magnanimous as you are, you have two other slaves drag ${him} off to be installed in the arcade for a day, so that ${he} too may see the humor in having short ${girl}s serve in the arcade. Though ${V.arcadeName} has arcade pens to match any height of slave, you have ${eventSlave.slaveName} confined in a pen built for a much taller slave. Although ${his} head and neck protrude from one side of the pen without issue, ${he} is too short for ${his} ass to fill the other opening. As a result, ${he} must use the tips of ${his} toes maintain an unsteady grip on the rear opening, forcing ${him} to maintain an extremely taxing stretch just to keep ${his} body held aloft within the pen. Customers are unable to fuck ${his} holes but readily delight in watching ${him} squirm to keep ${his} body extended and horizontal, even with hard cocks brutally fucking ${his} face. Somewhere in the grueling, 18-hour marathon of relentless throat fucking, ${his} precarious position slips and ${his} lower half tumbles into the interior of the pen proper. Until an attendant rescues ${him}, ${his} neck is held crooked at an unnatural angle by ${his} restraints, as the rest of ${his} body dangles beneath it. ${His} ordeal forces ${him} to accept that a short ${girl}'s place is as an <span class="hotpink">amusing arcade hole,</span> though ${he} can't find the humor <span class="gold">in such a terrible plight.</span> Furthermore, ${his} intense exertions during ${his} stay <span class="red">negatively effects ${his} health.</span> Your other slaves take note of what you do to short ${girl}s who ask questions about their place in your penthouse.`;
+		}
+	}
+};
diff --git a/src/events/randomEvent.js b/src/events/randomEvent.js
index a59a75b03ae..114a8aabe53 100644
--- a/src/events/randomEvent.js
+++ b/src/events/randomEvent.js
@@ -15,6 +15,7 @@ App.Events.getIndividualEvents = function() {
 		new App.Events.RESSComfortableSeat(),
 		new App.Events.RESSDevotedAnalVirgin(),
 		new App.Events.RESSDevotedEducated(),
+		new App.Events.RESSDevotedShortstack(),
 		new App.Events.RESSDevotedVirgin(),
 		new App.Events.RESSDevotedWaist(),
 		new App.Events.RESSEscapee(),
diff --git a/src/js/eventSelectionJS.js b/src/js/eventSelectionJS.js
index ef1ae891249..205e6f715dc 100644
--- a/src/js/eventSelectionJS.js
+++ b/src/js/eventSelectionJS.js
@@ -1031,18 +1031,6 @@ globalThis.generateRandomEventPoolStandard = function(eventSlave) {
 					}
 				}
 			}
-
-			if (eventSlave.height < (Height.mean(eventSlave) * 0.95)) {
-				if (eventSlave.physicalAge > 12) {
-					if (canDoAnal(eventSlave)) {
-						if (eventSlave.devotion > 20) {
-							if (eventSlave.trust <= 95) {
-								V.RESSevent.push("devoted shortstack");
-							}
-						}
-					}
-				}
-			}
 		} /* closes amp/crawling exempt */
 
 		if (canTalk(eventSlave)) {
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 65795a7f90d..ee83b009988 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -44,7 +44,7 @@
 <<set _clothesTemp = $activeSlave.clothes>>
 <<switch $RESSevent>>
 /*Some events start with the slave naked (any event that starts with the daily inspection, for example). Here we switch their clothing just for the image to load, then switch it back quickly so the player's choice is not messed up.*/
-<<case "age implant" "ara ara" "back stretch" "bad dream" "bed snuggle" "bondage gear" "bonded love" "breast expansion blues" "confident tanning" "devoted exhibition" "devoted lotion" "desperate null" "devoted nympho" "devoted shortstack" "extreme aphrodisiacs" "fearful balls" "fucktoy tribbing" "gaped asshole" "happy dance" "heavy piercing" "huge naturals" "huge tits" "hugely pregnant" "ignorant horny" "implant inspection" "language lesson" "mindbroken morning" "modest clothes" "mods please" "old PC age difference" "orchiectomy please" "PA flirting" "penitent" "permitted masturbation" "plimb help" "rebellious arrogant" "resistant gelding" "resistant shower" "resting amp" "restricted profession" "restricted smart" "sexy succubus" "shaped areolae" "shift masturbation" "shift sleep" "shower slip" "slave dick huge" "sleeping ambivalent" "sore shoulders" "spa boobs" "subjugation blues" "tendon fall" "terrified inspection" "tittymonster inspection" "torpedo squeeze" "transition anxiety" "trusting HG" "unhappy virgin" "used whore" "vocal disobedience" "young PC age difference">>
+<<case "age implant" "ara ara" "back stretch" "bad dream" "bed snuggle" "bondage gear" "bonded love" "breast expansion blues" "confident tanning" "devoted exhibition" "devoted lotion" "desperate null" "devoted nympho" "extreme aphrodisiacs" "fearful balls" "fucktoy tribbing" "gaped asshole" "happy dance" "heavy piercing" "huge naturals" "huge tits" "hugely pregnant" "ignorant horny" "implant inspection" "language lesson" "mindbroken morning" "modest clothes" "mods please" "old PC age difference" "orchiectomy please" "PA flirting" "penitent" "permitted masturbation" "plimb help" "rebellious arrogant" "resistant gelding" "resistant shower" "resting amp" "restricted profession" "restricted smart" "sexy succubus" "shaped areolae" "shift masturbation" "shift sleep" "shower slip" "slave dick huge" "sleeping ambivalent" "sore shoulders" "spa boobs" "subjugation blues" "tendon fall" "terrified inspection" "tittymonster inspection" "torpedo squeeze" "transition anxiety" "trusting HG" "unhappy virgin" "used whore" "vocal disobedience" "young PC age difference">>
 	<<set $activeSlave.clothes = "no clothing">>
 <<case "whore rebellious">>
 	/* this scene states they are wearing "thick, durable latex with temperature regulation and anchor points for restraint" no matter what they are assigned to wear. */
@@ -3566,41 +3566,6 @@ and flirting with passersby. Or $he would be, if $he weren't surrounded by a gro
 <</if>>
 says a third, obviously smitten. "I'd give anything to have a night with $him."
 
-<<case "devoted shortstack">>
-
-<<= App.UI.slaveDescriptionDialog($activeSlave)>> comes before you for a routine inspection. The
-<<if ($activeSlave.height > 130) && ($activeSlave.boobs > 800)>>
-	shortstack
-<<elseif ($activeSlave.height > 130) && ($activeSlave.boobs < 600)>>
-	petite
-<<else>>
-	short
-<</if>>
-<<if $activeSlave.belly >= 10000>>
-	<<if $activeSlave.bellyPreg >= 3000>>
-		and heavily pregnant
-	<<else>>
-		and _belly bellied
-	<</if>>
-<<elseif $activeSlave.bellyPreg >= 1500>>
-	pregnant
-<</if>>
-<<if $activeSlave.physicalAge > 30>>
-	$woman
-<<elseif $activeSlave.physicalAge > 17>>
-	$girl
-<<elseif $activeSlave.physicalAge > 12>>
-	teen
-<<else>>
-	$loli
-<</if>>
-is looking good despite $his diminutive height. When $he raises $his arm<<if hasBothArms($activeSlave)>>s<</if>> above $his head to submit to an inspection under your gaze, the top of $his $activeSlave.hColor-haired head doesn't even reach your chest. Despite the discrepancy between your height and $hers, you notice an unmistakable flush of embarrassment tinging $his cheeks. <<if canSee($activeSlave)>>$His <<= App.Desc.eyesColor($activeSlave)>> flick up to gaze at you, but $he must crane $his head upwards as well to meet your gaze<<elseif canHear($activeSlave)>>$His ears perk up to hear at the sound of some minute noise you made, before $he cranes $his head upwards so that $his sightless eyes may meet your gaze<<else>>$He knows from training and experience how tall you are, and uses this knowledge to crane $his head exactly so that your gaze meets $his face directly<</if>>.
-<<if !canTalk($activeSlave)>>
-	$He uses gestures to beg your pardon, even as $he continues to blush rosily, and explains that $he doesn't understand why you keep $him in your penthouse, when there are such tall, beautiful slaves in abundance in your arcology. $He pauses, shuffling about a little shamefacedly before signing that $he thinks their bodies could be more fit to pleasure you.
-<<else>>
-	"<<Master>>," $he <<say>>s. "Why do you keep a <<sh>>ort, plain <<s>>lave like me in your penthou<<s>>e, when there are <<s>>uch beautiful, tall <<s>>laves out there in the arcology?" $He shuffles about under your gaze a little shamefacedly before <<say>>ing in a quiet voice, "<<S>>urely, their bodie<<s>> are more fit for plea<<s>>uring you."
-<</if>>
-
 <<case "desperate null">>
 
 You're inspecting <<= App.UI.slaveDescriptionDialog($activeSlave)>>, and $he's an unhappy little null today. <<if $activeSlave.devotion > 50>>$He's devoted to you, so that's not the problem;<<elseif $activeSlave.devotion > 20>>$He accepts $his place, so that's not the problem;<<elseif $activeSlave.devotion >= -50>>$He's not being especially defiant right now;<<else>>It's not $his hatred of you;<</if>> it's that $he's experiencing extreme sexual frustration. It's not obvious, despite $his nakedness. $He has no
@@ -16714,126 +16679,6 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h
 	<</link>>
 <</if>>
 
-<<case "devoted shortstack">>
-
-<<link "Show $him why you like having short <<= $girl>>s around">>
-	<<replace "#result">>
-		You hook your arms underneath $his own, pulling $him off of the ground in one swift yank upwards. Taken off guard by $his sudden vertical ascension, $he clings to your chest instinctively,
-		<<if $PC.boobs >= 300 || $PC.title == 0>>
-			<<if $activeSlave.boobs > 25000>>$his immense udders doing their best to keep you apart<<elseif $activeSlave.boobs > 2000>>$his huge breasts squashing against yours<<elseif $activeSlave.boobs > 800>>$his breasts pressing heavily against yours<<else>>$his chest pressing against your breasts<</if>>.
-		<<else>>
-			<<if $activeSlave.boobs > 25000>>$his immense udders doing their best to keep you apart<<elseif $activeSlave.boobs > 2000>>$his huge breasts forming a soft cushion between your two bodies<<elseif $activeSlave.boobs > 800>>$his breasts pressing up against your hard chest pleasantly<<else>>$his chest pressing against yours<</if>>.
-		<</if>>
-		$His body is held aloft entirely by your crushing embrace and $his arm<<if hasBothArms($activeSlave)>>s<</if>> wrapped daintily about your shoulders, for as short as $he is, $his attempts to wrap $his legs around your waist leave them dangling awkwardly in the air. This unique position soon has $his
-		<<if $activeSlave.belly >= 10000>>
-			_belly belly
-			<<if $PC.dick != 0>>
-				trapping your dick against your own
-				<<if $PC.pregKnown == 1>>
-					pregnancy.
-				<<else>>
-					stomach.
-				<</if>>
-				You take advantage of the situation and thrust between your middles, grunting and panting as $his tiny body rubs up against your cock. You quickly coat your rounded stomachs in your cum.
-			<<else>>
-				rubbing against your own
-				<<if $PC.pregKnown == 1>>
-					pregnancy.
-				<<else>>
-					stomach.
-				<</if>>
-				While it feels interesting, it isn't very satisfying.
-			<</if>>
-		<<else>>
-			crotch rubbing up against your own<<if $PC.dick == 0>>, so you don a strap-on<</if>>. Lightly maneuvering $him in the air, you position $him
-			<<if canDoVaginal($activeSlave)>>
-				such that you press up against $his pussy.
-			<<else>>
-				such that you press up against $his ass.
-			<</if>>
-			$He moans softly in anticipation as you lift $him up by $his arm<<if hasBothArms($activeSlave)>>s<</if>>, before lowering $him slowly onto your <<if $PC.dick == 0>>phallus<<else>>cock<</if>>, $his knees desperately pressing against your hips in an attempt to steady $himself. Held aloft in your arms, $he arches $his back and cocks $his hips wildly to ride you in midair,<<if $activeSlave.belly >= 1500>> even as $he carefully keeps $his bulge from slamming into your hard body,<</if>> grunting and panting as $his tiny body rubs up against your own.
-		<</if>>
-		<br><br>
-		When you grow bored of the position, you turn $him around to impale $his
-		<<if $activeSlave.butt > 12>>
-			bountiful
-		<<elseif $activeSlave.butt > 7>>
-			giant
-		<<elseif $activeSlave.butt > 5>>
-			huge
-		<<elseif $activeSlave.butt > 3>>
-			rounded
-		<<else>>
-			tight
-		<</if>>
-		butt as you pound $him standing from behind, $his
-		<<if $activeSlave.boobs > 2000>>
-			titanic
-		<<elseif $activeSlave.boobs > 800>>
-			big
-		<<else>>
-			small
-		<</if>>
-		breasts<<if $activeSlave.belly >= 1500>> and _belly belly<</if>> bouncing with every deep thrust upwards. $His small body spasms with the force of $his immense pleasure, and when $he orgasms, you have to wrap your arms beneath $his breasts and pull $him up against you to stop $his limp body from crashing to the ground. Eventually, you lower $him back down onto the ground level, watching with bemusement as $he curls up, breathing heavily from $his exertions. Eventually $he recovers $his composure somewhat, rising from $his stupor to @@.hotpink;blow you a kiss.@@
-		<<set $activeSlave.devotion += 4>>
-		<<if $activeSlave.belly >= 10000>>
-			<<= VCheck.Anal()>>
-		<<else>>
-			<<= VCheck.Both()>>
-		<</if>>
-	<</replace>>
-<</link>><<if ($activeSlave.anus == 0) || ($activeSlave.vagina == 0)>> //This option will take $his virginity//<</if>>
-<br><<link "Show $him that short <<= $girl>>s can still serve">>
-	<<replace "#result">>
-		You lightly place your palms on $his shoulders and apply a little pressure<<if $PC.dick == 0>>as you don a strap-on<</if>>. From your towering position above $him, you easily push $him down to $his knees with little more than a gradual increase in force. From your standing position<<if $activeSlave.belly >= 300000>>, after straddling $his _belly belly<</if>>, your <<if $PC.dick == 0>>phallus<<else>>cock<</if>> hovers above $his head, tantalizingly out of the immediate reach of $his lips.
-		<<if ($activeSlave.teeth == "removable")>>
-			$He quickly pulls $his removable teeth out, setting them aside as $he looks up at your <<if $PC.dick == 0>>phallus<<else>>cock<</if>>.
-		<<elseif ($activeSlave.teeth == "pointy" || $activeSlave.teeth == "fangs")>>
-			$He opens $his mouth wide, revealing $his sharp fangs even as $he reminds $himself diligently to not let $him sharp teeth scrape against your shaft.
-		<<elseif $activeSlave.teeth == "fang">>
-			$He opens $his mouth wide, revealing a mischievous fang that will make this all the more exciting.
-		<<elseif $activeSlave.teeth == "gapped">>
-			$He opens $his mouth wide, revealing the gap between $his front teeth.
-		<<elseif ($activeSlave.teeth == "straightening braces") || ($activeSlave.teeth == "cosmetic braces")>>
-			$He opens $his mouth wide, revealing a mouthful of braces even as $he reminds $himself diligently to not let $him orthodontia scrape against your shaft.
-		<</if>>
-		You inform $him that short slaves like $him might have to try harder, but they can still serve just as well as any of their taller peers. Understanding your meaning, $he pushes $himself up as far as $he can with your hands still lightly pressing down on $his shoulders, straining $his neck until $he can take you fully into $his waiting mouth, keeping $his eyes closed as $he concentrates intently on $his task. $He lightly rocks back and forth on $his knees in an attempt to gain a little height to better pleasure you with $his mouth, an amusing sight to behold as you stand above $him.
-		<br><br>
-		Eventually, you lift a hand off of $his shoulder to run it possessively through $his $activeSlave.hColor hair, letting $him know that $he's an excellent little cocksucker. In $his eagerness to thank you, $he ends up talking into your <<if $PC.dick == 0>>phallus<<else>>cock<</if>>, though these muffled attempts at speech soon devolve back into submissive moaning. In time, you silence even these moans as you
-		<<if $PC.balls >= 30>>
-			pump your endless load down $his throat and steadily fill $his stomach. $He opens $his eyes slowly, endowed with a belly stuffed to capacity with cum
-		<<elseif $PC.balls >= 14>>
-			pump load after load down $his throat and into $his stomach. $He opens $his eyes slowly, endowed with a belly stuffed with cum
-		<<elseif $PC.balls >= 9>>
-			blow your huge load down $his throat, and diligently $he swallows it all. $He opens $his eyes slowly, endowed with a belly full of cum
-		<<else>>
-			blow your load down $his throat, and $he swallows it all. $He opens $his eyes slowly, endowed with a belly full of cum
-		<</if>>
-		and a new understanding of @@.mediumaquamarine;$his place as a short slave.@@
-	<</replace>>
-	<<set $activeSlave.trust += 4>>
-	<<run seX($activeSlave, "oral", $PC, "penetrative")>>
-<</link>>
-<<if canDoAnal($activeSlave)>>
-	<br><<link "Show $him that short <<= $girl>>s are easier to abuse">>
-		<<replace "#result">>
-			You inform $him that you find shorter slaves easier to abuse, smiling widely as an expression of horror spreads across $his face. This expression soon changes to one of shock and pain as you slap $him open-handed across the face, the sheer force of the strike sending $him reeling. A few slaps later and you have $activeSlave.slaveName on <<if hasAllLimbs($activeSlave)>>all fours<<else>>the floor<</if>> begging for mercy as you punish the cheeks of $his ass with spank after spank. When you suddenly shove <<if $PC.dick == 0>>a dildo<<else>>your cock<</if>> up $his ass $he spasms so harshly from the pain that $he reflexively tries to get away, only to be subdued by the weight and strength of your larger, more powerful form. For the next ten minutes, $he gets beaten and choked if $he offers even token resistance to the brutal anal rape. Soon, tears run down the short length of $his body as $he shakes from the force of each excessive thrust into $his anus. The next time you decide to buttfuck $him, $he's @@.gold;terrified into compliance@@ by the knowledge of how little physical resistance $he can muster against you.
-			<<set $activeSlave.trust -= 5>>
-			<<= VCheck.Anal()>>
-		<</replace>>
-	<</link>><<if $activeSlave.anus == 0>>//This option will take $his anal virginity//<</if>>
-<</if>>
-<<if ($arcade > 0)>>
-	<br><<link "Show $him that short <<= $girl>>s are amusing in the arcade">>
-		<<replace "#result">>
-			You inform $activeSlave.slaveName that short <<= $girl>>s like $him are delightfully amusing when immured in the arcade. Magnanimous as you are, you have two other slaves drag $him off to be installed in the arcade for a day, so that $he too may see the humor in having short <<= $girl>>s serve in the arcade. Though $arcadeName has arcade pens to match any height of slave, you have $activeSlave.slaveName confined in a pen built for a much taller slave. Although $his head and neck protrude from one side of the pen without issue, $he is too short for $his ass to fill the other opening. As a result, $he must use the tips of $his toes maintain an unsteady grip on the rear opening, forcing $him to maintain an extremely taxing stretch just to keep $his body held aloft within the pen. Customers are unable to fuck $his holes but readily delight in watching $him squirm to keep $his body extended and horizontal, even with hard cocks brutally fucking $his face. Somewhere in the grueling, 18-hour marathon of relentless throat fucking, $his precarious position slips and $his lower half tumbles into the interior of the pen proper. Until an attendant rescues $him, $his neck is held crooked at an unnatural angle by $his restraints, as the rest of $his body dangles beneath it. $His ordeal forces $him to accept that a short $girl's place is as an @@.hotpink;amusing arcade hole,@@ though $he can't find the humor@@.gold;in such a terrible plight.@@ Furthermore, $his intense exertions during $his stay @@.red;negatively effects $his health.@@ Your other slaves take note of what you do to short <<= $girl>>s who ask questions about their place in your penthouse.
-			<<set $activeSlave.devotion += 5, $activeSlave.trust -= 5>>
-			<<run seX($activeSlave, "oral", "public", "penetrative", 55)>>
-			<<run healthDamage($activeSlave, 5)>>
-		<</replace>>
-	<</link>>
-<</if>>
-
 <<case "desperate null">>
 
 <<link "Take pity">>
-- 
GitLab