From 87727f9519eb37b565d8cc88e174935bac0e1d12 Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 25 Sep 2020 14:18:13 +0200 Subject: assemlage uses proper serialization too --- content/encyclopediae/default_encyclopedia.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index 573fbfa..9de0470 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -8,7 +8,7 @@ "flags": ["Floor"] }, "homeportal": { - "arguments": [["dedup_id", "string"], ["allowed", "list", []], ["dedup_priority", "int", 0]], + "arguments": [["dedup_id", "string"], ["allowed", "list", ["list", []]], ["dedup_priority", "int", 0]], "extract": {"allowed": ["Whitelist", "allowed"], "dedup_priority": ["Dedup", "priority"]}, "components": [ ["RoomExit", {"destination": "_home+{player}", "dest_pos": ""}], -- cgit