From 9e1164ba63caa31d39708022dbb7a15e02cd73d6 Mon Sep 17 00:00:00 2001 From: palex00 <32203971+palex00@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:34:54 +0200 Subject: [PATCH] Fixes Access Rule for one location 10F Hostage is accessible through 4F without any key card --- locations/locations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locations/locations.json b/locations/locations.json index bc343ec..c7263df 100644 --- a/locations/locations.json +++ b/locations/locations.json @@ -1259,7 +1259,7 @@ { "name": "10F Hostage", "item_count": 1, - "access_rules": ["^$cardkey|10"], + "access_rules": [], "visibility_rules": ["opt_cardkey_prog", "opt_cardkey_split"] }, {