diff --git a/devTools/types/FC/human.d.ts b/devTools/types/FC/human.d.ts
index 6cc956cd457d711d64599f979778a32a952a61c3..fe3d6fccb4ae98573d3c13627bc43b0f30f23a9a 100644
--- a/devTools/types/FC/human.d.ts
+++ b/devTools/types/FC/human.d.ts
@@ -283,7 +283,7 @@ declare global {
 		type InflationLiquid = WithNone<"water" | "cum" | "milk" | "food" | "aphrodisiac" | "curative" | "tightener" | "urine" | "stimulant">;
 		type TailType = WithNone<"mod" | "combat" | "sex">;
 		type Markings = WithNone<"beauty mark" | "birthmark" | "freckles" | "heavily freckled">;
-		type TailShape = WithNone<"cat" | "leopard" | "tiger" | "dog" | "wolf" | "jackal" | "fox" | "kitsune" | "tanuki" | "raccoon" | "rabbit" | "squirrel" | "horse" | "bird" | "phoenix" | "peacock" | "raven" | "swan" | "sheep" | "cow" | "gazelle" | "deer" | "succubus" | "dragon" >;
+		type TailShape = WithNone<"cat" | "leopard" | "tiger" | "dog" | "jaguar" | "lion" | "wolf" | "jackal" | "fox" | "kitsune" | "tanuki" | "raccoon" | "rabbit" | "squirrel" | "horse" | "bird" | "phoenix" | "peacock" | "raven" | "swan" | "sheep" | "cow" | "gazelle" | "deer" | "succubus" | "dragon" >;
 		type ToyHole = "all her holes" | "mouth" | "boobs" | "pussy" | "ass" | "dick";
 		type OvaryImplantType = 0 | "fertility" | "sympathy" | "asexual";
 		type NippleShape = "huge" | "puffy" | "inverted" | "tiny" | "cute" | "partially inverted" | "fuckable" | "flat";
diff --git a/js/003-data/slaveProstheticsData.js b/js/003-data/slaveProstheticsData.js
index 2d446a2532579bbcb8da266786a560a9fe3dab95..da6ed9f59d761a89e0737907f8ed1d8ce6f0d3ca 100644
--- a/js/003-data/slaveProstheticsData.js
+++ b/js/003-data/slaveProstheticsData.js
@@ -152,6 +152,8 @@ App.Data.modTails = new Map([
 	["cat", {animal: "Cat", desc: "a long, slender cat tail"}],
 	["leopard", {animal: "Leopard", desc: "a long, fluffy leopard tail"}],
 	["tiger", {animal: "Tiger", desc: "a long, fluffy tiger tail"}],
+	["jaguar", {animal: "Jaguar", desc: "a long, fluffy jaguar tail"}],
+	["lion", {animal: "Lion", desc: "a long, slender lion tail"}],
 	["dog", {animal: "Dog", desc: "a bushy dog tail"}],
 	["wolf", {animal: "Wolf", desc: "a long and fluffy wolf tail"}],
 	["jackal", {animal: "Jackal", desc: "a bushy jackal tail"}],
@@ -173,7 +175,6 @@ App.Data.modTails = new Map([
 	["deer", {animal: "Deer", desc: "a short deer tail"}],
 	["succubus", {animal: "Succubus", desc: "a long, slender succubus tail"}],
 	["dragon", {animal: "Dragon", desc: "a long, thick dragon tail"}]
-
 ]);
 
 /**