aboutsummaryrefslogtreecommitdiff
path: root/scenario.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 20:36:00 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 20:36:00 -0700
commit495b4c78701c9ae8c9be1579d61720f48e934300 (patch)
treee91cb07ea4e6323f788395c24315683a301c7a46 /scenario.json
parentFix garter purse weight. (diff)
downloadcataclysm-bn-mod_battle-maid-redone-495b4c78701c9ae8c9be1579d61720f48e934300.tar.xz
Backport fixes/optimizations found when porting to DDA.
Diffstat (limited to 'scenario.json')
-rw-r--r--scenario.json6
1 files changed, 4 insertions, 2 deletions
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" ]
-}
+ }
+]