From 495b4c78701c9ae8c9be1579d61720f48e934300 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 15 Mar 2023 20:36:00 -0700 Subject: Backport fixes/optimizations found when porting to DDA. --- scenario.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scenario.json') diff --git a/scenario.json b/scenario.json index 3145b4e..a1d43d1 100644 --- a/scenario.json +++ b/scenario.json @@ -1,4 +1,5 @@ -{ +[ + { "type": "scenario", "ident": "maid_mansion", "name": "Mansion", @@ -14,4 +15,5 @@ "battle_maid" ], "flags": [ "LONE_START", "CITY_START" ] -} + } +] -- cgit v1.2.1