From 0d382ea19f8f964c35761f6a3ff80bc9bfc25375 Mon Sep 17 00:00:00 2001 From: troido Date: Tue, 19 May 2020 10:40:22 +0200 Subject: add room build permissions to rooms --- content/maps/begin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/maps/begin.json') 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 @@ - ",,,,,,,,,,,,,,,,,,,,,,,,,,,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ", ",,,,,,,,,,,,,,,,,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ", ",,,,,,,,,,,,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ", -- cgit