From 905c6b649521296bba609db5b5c9a39008d34325 Mon Sep 17 00:00:00 2001 From: troido Date: Thu, 16 Apr 2020 10:54:23 +0200 Subject: add visit whitelist to homeportal, save and dedup its data even though it is loaded from template --- content/maps/smallview.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/maps') diff --git a/content/maps/smallview.json b/content/maps/smallview.json index e9699a6..0f0982e 100644 --- a/content/maps/smallview.json +++ b/content/maps/smallview.json @@ -70,7 +70,7 @@ "type": "portal", "kwargs": {"destination": "town", "destpos": "gate"} }, "floor"], - "3": ["homeportal", "floor"], + "3": [{"type": "homeportal", "kwargs": {"dedup_id": "homeportal"}, "save": true}, "floor"], "4": [{ "type": "portal", "kwargs": {"destination": "room"} -- cgit