From cac391959a7942b7cd7f6de282b336d62b01015f Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Sat, 15 May 2021 23:08:51 -0700 Subject: [PATCH] That's a map... --- src/markets/gingering.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/markets/gingering.js b/src/markets/gingering.js index cb83e9d00ea..4a7deacf27c 100644 --- a/src/markets/gingering.js +++ b/src/markets/gingering.js @@ -15,7 +15,7 @@ App.Entity.GingeringParameters = class { // figure out what type of gingering applies, if any if (applyLawCheck(market) === 1 && V.policies.SMR.honestySMR === 1) { /* SMR prohibits gingering and is enforced for this seller - do nothing */ - } else if (App.Data.misc.schools.keys().includes(market)) { + } else if (App.Data.misc.schools.has(market)) { /* slave schools have a reputation to maintain, and will never ginger their slaves */ } else if (["wetware", "heap", "gangs and smugglers", "low tier criminals", "military prison", "white collar", "corporate"].includes(market)) { /* these sellers see no reason to ginger their slaves */ -- GitLab