Skip to content
Snippets Groups Projects
Commit b3c2706a authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-master' into 'pregmod-master'

That's a map...

Closes #3114

See merge request pregmodfan/fc-pregmod!9504
parents a5606529 cac39195
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ App.Entity.GingeringParameters = class { ...@@ -15,7 +15,7 @@ App.Entity.GingeringParameters = class {
// figure out what type of gingering applies, if any // figure out what type of gingering applies, if any
if (applyLawCheck(market) === 1 && V.policies.SMR.honestySMR === 1) { if (applyLawCheck(market) === 1 && V.policies.SMR.honestySMR === 1) {
/* SMR prohibits gingering and is enforced for this seller - do nothing */ /* 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 */ /* 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)) { } 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 */ /* these sellers see no reason to ginger their slaves */
......
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