From 35ebfe513fea1daeceb400988ca04b2fd8d1dfc9 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Thu, 14 Oct 2021 09:30:27 -0700
Subject: Replace custom mansion start location with new vanilla mansion start
 location.

---
 scenario.json        | 2 +-
 start_locations.json | 8 --------
 2 files changed, 1 insertion(+), 9 deletions(-)
 delete mode 100644 start_locations.json

diff --git a/scenario.json b/scenario.json
index 48425b9..3145b4e 100644
--- a/scenario.json
+++ b/scenario.json
@@ -4,7 +4,7 @@
     "name": "Mansion",
     "points": 0,
     "description": "You lived in a luxurious mansion, as a servant or maybe as one of the owners. With the havok of the evacuation, you were unable to secure a route to safety, and were forced to shelter at home. Now the zombies have other ideas...",
-    "allowed_locs": [ "mansion_start" ],
+    "allowed_locs": [ "sloc_mansion" ],
     "start_name": "Mansion",
     "professions": [
         "maid",
diff --git a/start_locations.json b/start_locations.json
deleted file mode 100644
index f28dd38..0000000
--- a/start_locations.json
+++ /dev/null
@@ -1,8 +0,0 @@
-[
-  {
-    "type": "start_location",
-    "ident": "mansion_start",
-    "name": "Mansion",
-    "target": "mansion_e1"
-  }
-]
-- 
cgit v1.2.1