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

Merge branch 'market-to-js' into 'pregmod-master'

Market to JS

Closes #2160

See merge request !7555
parents bb6c8d1d a60a7351
Branches
Tags
1 merge request!7555Market to JS
...@@ -35,6 +35,7 @@ App.Data.Markets = { ...@@ -35,6 +35,7 @@ App.Data.Markets = {
title: "Order a custom husk slave from the Flesh Heap", title: "Order a custom husk slave from the Flesh Heap",
passage: `Husk Slave`, passage: `Husk Slave`,
note: `Will need to be used on arrival.`, note: `Will need to be used on arrival.`,
bulkAvailable: false,
get requirements() { return (V.bodyswapAnnounced === 1); } get requirements() { return (V.bodyswapAnnounced === 1); }
}, },
{ {
...@@ -203,7 +204,7 @@ App.Data.Markets = { ...@@ -203,7 +204,7 @@ App.Data.Markets = {
passage: `Slave Shelter`, passage: `Slave Shelter`,
marketType: "", marketType: "",
note: "Presents charity cases for a nominal fee.", note: "Presents charity cases for a nominal fee.",
bulkAvailable: true, bulkAvailable: false,
get requirements() { get requirements() {
if (V.arcologies[0].FSDegradationist !== "unset") { if (V.arcologies[0].FSDegradationist !== "unset") {
return `The Slave Shelter does not place slaves into Degradationist arcologies.`; return `The Slave Shelter does not place slaves into Degradationist arcologies.`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment