Skip to content
Snippets Groups Projects
Commit 2d89b09d authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fix schools

parent b4e410f7
No related branches found
No related tags found
No related merge requests found
...@@ -130,60 +130,70 @@ App.Data.Markets = { ...@@ -130,60 +130,70 @@ App.Data.Markets = {
{ {
title: "The Slavegirl School", title: "The Slavegirl School",
marketType: "TSS", marketType: "TSS",
passage: "The Slavegirl School",
note: "Straightforward slaves with good training.", note: "Straightforward slaves with good training.",
get requirements() { return (V.seeDicks !== 100); } get requirements() { return (V.seeDicks !== 100); }
}, },
{ {
title: "The Utopian Orphanage", title: "The Utopian Orphanage",
marketType: "TUO", marketType: "TUO",
passage: "The Utopian Orphanage",
note: "Intelligent, unspoiled slaves just past their majority.", note: "Intelligent, unspoiled slaves just past their majority.",
get requirements() { return (V.seeDicks !== 100); } get requirements() { return (V.seeDicks !== 100); }
}, },
{ {
title: "Growth Research Institute", title: "Growth Research Institute",
marketType: "GRI", marketType: "GRI",
passage: "Growth Research Institute",
note: "Poorly trained slaves with huge assets.", note: "Poorly trained slaves with huge assets.",
get requirements() { return (V.seeDicks !== 100); } get requirements() { return (V.seeDicks !== 100); }
}, },
{ {
title: "St.Claver Preparatory", title: "St.Claver Preparatory",
marketType: "SCP", marketType: "SCP",
passage: "St.Claver Preparatory",
note: "Slaves with basic training and solid implants.", note: "Slaves with basic training and solid implants.",
get requirements() { return (V.seeDicks !== 100); } get requirements() { return (V.seeDicks !== 100); }
}, },
{ {
title: "The Cattle Ranch", title: "The Cattle Ranch",
marketType: "TCR", marketType: "TCR",
passage: "The Cattle Ranch",
note: "Mentally conditioned free-range cowgirls.", note: "Mentally conditioned free-range cowgirls.",
get requirements() { return (V.seeDicks !== 100); } get requirements() { return (V.seeDicks !== 100); }
}, },
{ {
title: "The Hippolyta Academy", title: "The Hippolyta Academy",
marketType: "HA", marketType: "HA",
passage: "The Hippolyta Academy",
note: "High quality slaves of powerful physique and refined skills.", note: "High quality slaves of powerful physique and refined skills.",
get requirements() { return (V.seeDicks !== 100); } get requirements() { return (V.seeDicks !== 100); }
}, },
{ {
title: "L'École des Enculées", title: "L'École des Enculées",
marketType: "LDE", marketType: "LDE",
passage: "L'École des Enculées",
note: "Slaves optimized and trained for anal.", note: "Slaves optimized and trained for anal.",
get requirements() { return (V.seeDicks !== 0); } get requirements() { return (V.seeDicks !== 0); }
}, },
{ {
title: "The Gymnasium - Academy", title: "The Gymnasium - Academy",
marketType: "TGA", marketType: "TGA",
passage: "The Gymnasium - Academy",
note: "Well trained slaves with dicks.", note: "Well trained slaves with dicks.",
get requirements() { return (V.seeDicks !== 0); } get requirements() { return (V.seeDicks !== 0); }
}, },
{ {
title: "The Futanari Sisters", title: "The Futanari Sisters",
marketType: "TFS", marketType: "TFS",
passage: "The Futanari Sisters",
note: "Highly skilled, highly feminine hermaphrodites.", note: "Highly skilled, highly feminine hermaphrodites.",
get requirements() { return (V.seeDicks !== 0); } get requirements() { return (V.seeDicks !== 0); }
}, },
{ {
title: "Nueva Universidad de Libertad", title: "Nueva Universidad de Libertad",
marketType: "NUL", marketType: "NUL",
passage: "Nueva Universidad de Libertad",
note: "Androgynous slaves lacking genitalia.", note: "Androgynous slaves lacking genitalia.",
}, },
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment