aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-14 09:30:27 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-14 09:30:27 -0700
commit35ebfe513fea1daeceb400988ca04b2fd8d1dfc9 (patch)
tree7d8a155dd19850e74a43b07a12a3d978dca6ee84
parentUpdate some talk and peech tags based on upstream. (diff)
downloadcataclysm-dda-mod_battle-maid-redone-35ebfe513fea1daeceb400988ca04b2fd8d1dfc9.tar.xz
Replace custom mansion start location with new vanilla mansion start location.
-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"
- }
-]