From b1ba22893a3c7b7d5ff058ada193464e782dda34 Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Tue, 22 Dec 2020 11:25:21 +0100 Subject: [PATCH] fix salon & body mod should not be jumped via quicklinks --- src/005-passages/facilitiesPassages.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/005-passages/facilitiesPassages.js b/src/005-passages/facilitiesPassages.js index 9d537fa220a..946d68d2bcf 100644 --- a/src/005-passages/facilitiesPassages.js +++ b/src/005-passages/facilitiesPassages.js @@ -20,7 +20,7 @@ new App.DomPassage("Salon", V.encyclopedia = "The Auto Salon"; return App.UI.salon(getSlave(V.AS)); - }, ["jump-to-safe", "jump-from-safe"] + }, ["jump-from-safe"] ); new App.DomPassage("Body Modification", @@ -30,7 +30,7 @@ new App.DomPassage("Body Modification", V.encyclopedia = "The Studio"; return App.UI.bodyModification(getSlave(V.AS)); - }, ["jump-to-safe", "jump-from-safe"] + }, ["jump-from-safe"] ); /* ### Special Facilities ### */ -- GitLab