diff --git a/devTools/types/FC/human.d.ts b/devTools/types/FC/human.d.ts index 49711fc3e3381b1f4e03c61de5833d450efda2d9..6cc956cd457d711d64599f979778a32a952a61c3 100644 --- a/devTools/types/FC/human.d.ts +++ b/devTools/types/FC/human.d.ts @@ -258,7 +258,7 @@ declare global { type EarWear = WithNone<"hearing aids" | "muffling ear plugs" | "deafening ear plugs">; type EarShape = WithNone<"damaged" | "normal" | "pointy" | "elven" | "cow" | "robot" | "orcish" | "sheep" | "deer" | "gazelle" | "bird" | "dragon">; - type EarTypeKemonomimi = WithNone<"normal" | "cat" | "leopard" | "tiger" | "jaguar" | "cheetah" | "dog" | "wolf" | "jackal" | "fox" | "tanuki" | "raccoon" | "rabbit" | "squirrel"| "horse">; + type EarTypeKemonomimi = WithNone<"normal" | "cat" | "leopard" | "tiger" | "dog" | "wolf" | "jackal" | "fox" | "tanuki" | "raccoon" | "rabbit" | "squirrel"| "horse">; type EyebrowStyle = "bald" | "curved" | "elongated" | "high-arched" | "natural" | "rounded" | "shaved" | "shortened" | "slanted inwards" | "slanted outwards" | "straight"; type EyebrowThickness = "pencil-thin" | "thin" | "threaded" | "natural" | "tapered" | "thick" | "bushy"; @@ -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" | "jaguar" | "cheetah" | "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" | "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 b334ed7f27287710f672d071821f2fa8786bfa77..2d446a2532579bbcb8da266786a560a9fe3dab95 100644 --- a/js/003-data/slaveProstheticsData.js +++ b/js/003-data/slaveProstheticsData.js @@ -152,8 +152,6 @@ 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"}], - ["cheetah", {animal: "Cheetah", desc: "a long, slender cheetah 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"}],