Skip to content
Snippets Groups Projects
Commit 69519913 authored by svornost's avatar svornost
Browse files

Fix wetware CPU market only showing up for paternalists, instead of being disabled for paternalists

parent 62420012
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ App.Data.Markets = {
marketType: "wetware",
note: "Ruined bodies but keen minds. Requires some TLC, but offers outstanding training at a discount.",
encyclopedia: "Wetware CPUs",
get requirements() { return FutureSocieties.isActive('FSPaternalist') ? true : `The paternalistic nature of your society blocks the abusive Wetware CPU manufactures from operating within your arcology.`; }
get requirements() { return !FutureSocieties.isActive('FSPaternalist') ? true : `The paternalistic nature of your society blocks the abusive Wetware CPU manufactures from operating within your arcology.`; }
},
{
title: "Prisoner Sale",
......
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