diff --git a/src/005-passages/facilitiesPassages.js b/src/005-passages/facilitiesPassages.js
index bbb8e1893138fd58c6a18b12b1c3c8a7e43e6497..910e82a782e1668803d556590de4f6ec66b1eafa 100644
--- a/src/005-passages/facilitiesPassages.js
+++ b/src/005-passages/facilitiesPassages.js
@@ -29,8 +29,8 @@ new App.DomPassage("Servants' Quarters", () => { return new App.Facilities.Serva
 
 new App.DomPassage("Spa", () => { return new App.Facilities.Spa.spa().render(); }, ["jump-to-safe", "jump-from-safe"]);
 
-new App.DomPassage("Transport Hub", () => { return App.Mods.SecExp.transportHub.GUI(); });
-new App.DomPassage("Weapons Manufacturing", () => { return App.Mods.SecExp.weapManu.GUI(); }, ["jump-to-safe", "jump-from-safe"]);
+new App.DomPassage("Transport Hub", () => { return App.Mods.SecExp.transportHub.GUI(); }, ["jump-to-safe", "jump-hidden", "jump-from-safe"]);
+new App.DomPassage("Weapons Manufacturing", () => { return App.Mods.SecExp.weapManu.GUI(); }, ["jump-to-safe", "jump-hidden", "jump-from-safe"]);
 new App.DomPassage("securityHQ", () => { return App.Mods.SecExp.secHub.GUI(); }, ["jump-to-safe", "jump-from-safe"]);
 new App.DomPassage("secBarracks", () => { return App.Mods.SecExp.barracks.GUI(); }, ["jump-to-safe", "jump-from-safe"]);
 new App.DomPassage("riotControlCenter", () => { return App.Mods.SecExp.riotCenter.GUI(); }, ["jump-to-safe", "jump-from-safe"]);
diff --git a/src/gui/quicklinks.js b/src/gui/quicklinks.js
index 263a1ca55ade8521055c54e07f451f6fa6f93e11..e3bb880bc09a2604f3bb318dd8c0e116c753b05e 100644
--- a/src/gui/quicklinks.js
+++ b/src/gui/quicklinks.js
@@ -119,7 +119,6 @@ App.UI.quickMenu = (function() {
 		"Servants' Quarters": () => !App.Entity.facilities.servantsQuarters.established,
 		"Spa": () => !V.spa,
 		"The Black Market": () => V.rep < 10000,
-		"Weapons Manufacturing": () => true,
 	});
 
 	// show different names than the actual passage name, can be a function