From d4cb775d8ef7a1c7b49c18c4c667bf389494386f Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Sat, 29 Aug 2020 14:01:21 -0700 Subject: [PATCH] Fix Gymnasium-Academy --- 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 d98467b6ccd..ba45c7fda23 100644 --- a/src/markets/theMarket/marketData.js +++ b/src/markets/theMarket/marketData.js @@ -178,9 +178,9 @@ App.Data.Markets = { get requirements() { return (V.seeDicks !== 0); } }, { - title: "The Gymnasium - Academy", + title: "The Gymnasium-Academy", marketType: "TGA", - passage: "The Gymnasium - Academy", + passage: "The Gymnasium-Academy", note: "Well trained slaves with dicks.", get requirements() { return (V.seeDicks !== 0); } }, -- GitLab