diff options
| author | troido <troido@protonmail.com> | 2020-05-19 10:40:22 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-05-19 10:40:22 +0200 |
| commit | 0d382ea19f8f964c35761f6a3ff80bc9bfc25375 (patch) | |
| tree | 051abe24e22edd6aa0c6b9a9efbd03b8c47ce260 /content/maps/begin.json | |
| parent | 78b079df5a26ce94142737605ec36ddde8310336 (diff) | |
add room build permissions to rooms
Diffstat (limited to 'content/maps/begin.json')
| -rw-r--r-- | content/maps/begin.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ - ",,,,,,,,,,,,,,,,,,,,,,,,,,,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ", ",,,,,,,,,,,,,,,,,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ", ",,,,,,,,,,,,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ", |
