From d6c8fd036194ee3b1995e793bcc50e02a76c2364 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 13 Sep 2020 14:21:40 -0700 Subject: Add mansion scenario with mansion start --- start_locations.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 start_locations.json (limited to 'start_locations.json') diff --git a/start_locations.json b/start_locations.json new file mode 100644 index 0000000..f28dd38 --- /dev/null +++ b/start_locations.json @@ -0,0 +1,8 @@ +[ + { + "type": "start_location", + "ident": "mansion_start", + "name": "Mansion", + "target": "mansion_e1" + } +] -- cgit v1.2.1