From 2d89b09d2fa8d11d9b3ce500ac64155cb416631a Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Tue, 25 Aug 2020 09:03:39 -0400 Subject: [PATCH] fix schools --- src/markets/marketData.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/markets/marketData.js b/src/markets/marketData.js index ec439a83ebd..84fa487d597 100644 --- a/src/markets/marketData.js +++ b/src/markets/marketData.js @@ -130,60 +130,70 @@ App.Data.Markets = { { title: "The Slavegirl School", marketType: "TSS", + passage: "The Slavegirl School", note: "Straightforward slaves with good training.", get requirements() { return (V.seeDicks !== 100); } }, { title: "The Utopian Orphanage", marketType: "TUO", + passage: "The Utopian Orphanage", note: "Intelligent, unspoiled slaves just past their majority.", get requirements() { return (V.seeDicks !== 100); } }, { title: "Growth Research Institute", marketType: "GRI", + passage: "Growth Research Institute", note: "Poorly trained slaves with huge assets.", get requirements() { return (V.seeDicks !== 100); } }, { title: "St.Claver Preparatory", marketType: "SCP", + passage: "St.Claver Preparatory", note: "Slaves with basic training and solid implants.", get requirements() { return (V.seeDicks !== 100); } }, { title: "The Cattle Ranch", marketType: "TCR", + passage: "The Cattle Ranch", note: "Mentally conditioned free-range cowgirls.", get requirements() { return (V.seeDicks !== 100); } }, { title: "The Hippolyta Academy", marketType: "HA", + passage: "The Hippolyta Academy", note: "High quality slaves of powerful physique and refined skills.", get requirements() { return (V.seeDicks !== 100); } }, { title: "L'École des Enculées", marketType: "LDE", + passage: "L'École des Enculées", note: "Slaves optimized and trained for anal.", get requirements() { return (V.seeDicks !== 0); } }, { title: "The Gymnasium - Academy", marketType: "TGA", + passage: "The Gymnasium - Academy", note: "Well trained slaves with dicks.", get requirements() { return (V.seeDicks !== 0); } }, { title: "The Futanari Sisters", marketType: "TFS", + passage: "The Futanari Sisters", note: "Highly skilled, highly feminine hermaphrodites.", get requirements() { return (V.seeDicks !== 0); } }, { title: "Nueva Universidad de Libertad", marketType: "NUL", + passage: "Nueva Universidad de Libertad", note: "Androgynous slaves lacking genitalia.", }, ], -- GitLab