Skip to content
Snippets Groups Projects
Commit 16c93c6f authored by brickode's avatar brickode
Browse files

Merge branch 'pregmod-master' of https://gitgud.io/pregmodfan/fc-pregmod into hotfixes

parents b83f76e2 62819916
Branches
Tags
1 merge request!8245Minor fix
...@@ -114,6 +114,7 @@ App.UI.quickMenu = (function() { ...@@ -114,6 +114,7 @@ App.UI.quickMenu = (function() {
"Servants' Quarters": () => !V.servantsQuarters, "Servants' Quarters": () => !V.servantsQuarters,
Spa: () => !V.spa, Spa: () => !V.spa,
"The Black Market": () => V.rep < 10000, "The Black Market": () => V.rep < 10000,
"weaponsManufacturing": () => true,
}); });
// show different names than the actual passage name, can be a function // show different names than the actual passage name, can be a function
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment