From 138cd853260d58c1eb94e1218be48f4fdbc7fe9b Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Sun, 30 Aug 2020 13:49:05 -0700 Subject: [PATCH] Fix St. Claver Prep market --- src/markets/theMarket/marketData.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/markets/theMarket/marketData.js b/src/markets/theMarket/marketData.js index ba45c7fda23..b136d888a31 100644 --- a/src/markets/theMarket/marketData.js +++ b/src/markets/theMarket/marketData.js @@ -150,9 +150,9 @@ App.Data.Markets = { get requirements() { return (V.seeDicks !== 100); } }, { - title: "St.Claver Preparatory", + title: "St. Claver Preparatory", marketType: "SCP", - passage: "St.Claver Preparatory", + passage: "St. Claver Preparatory", note: "Slaves with basic training and solid implants.", get requirements() { return (V.seeDicks !== 100); } }, -- GitLab