aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scenario.json2
-rw-r--r--start_locations.json8
2 files changed, 1 insertions, 9 deletions
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"
- }
-]