diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/maps/_home.json | 1 | ||||
| -rw-r--r-- | content/maps/begin.json | 2 | ||||
| -rw-r--r-- | content/maps/broom.json | 1 | ||||
| -rw-r--r-- | content/maps/right.json | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/content/maps/_home.json b/content/maps/_home.json index 13bbeb2..10a43b0 100644 --- a/content/maps/_home.json +++ b/content/maps/_home.json @@ -2,6 +2,7 @@ "width": 64, "height": 64, "spawn": [0,0], + "permissions": {"build": true}, "places": {}, "field":[ "%,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,", diff --git a/content/maps/begin.json b/content/maps/begin.json index 7dc0856..10c68b6 100644 --- a/content/maps/begin.json +++ b/content/maps/begin.json @@ -2,6 +2,7 @@ "width": 64, "height": 64, "spawn": [15, 30], + "permissions": {"build": true}, "places": { "stairdown": [37, 33], "caveentrance": [31, 50], @@ -16,7 +17,6 @@ - ",,,,,,,,,,,,,,,,,,,,,,,,,,,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ", ",,,,,,,,,,,,,,,,,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ", ",,,,,,,,,,,,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ", diff --git a/content/maps/broom.json b/content/maps/broom.json index c9f3762..38520d2 100644 --- a/content/maps/broom.json +++ b/content/maps/broom.json @@ -2,6 +2,7 @@ "width": 42, "height": 23, "spawn": [5, 15], + "permissions": {"build": true}, "places": { "northentry": [6, 1] }, diff --git a/content/maps/right.json b/content/maps/right.json index 21cf1a0..27f13c0 100644 --- a/content/maps/right.json +++ b/content/maps/right.json @@ -2,6 +2,7 @@ "width": 64, "height": 64, "spawn": [10, 10], + "permissions": {"build": true}, "places": { "left": [1, 12], "bottomleft": [1, 39], |
