From 43bde225ebbadd0b917ca87f3164a50455a2b588 Mon Sep 17 00:00:00 2001 From: troido Date: Wed, 15 Apr 2020 12:23:06 +0200 Subject: visit other players --- content/encyclopediae/default_encyclopedia.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'content/encyclopediae/default_encyclopedia.json') diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index ac25482..d3d0507 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -80,6 +80,13 @@ ], "flags": ["Floor"] }, + "homeportal": { + "components": [ + ["RoomExit", {"destination": "_home+{player}", "dest_pos": ""}], + ["Interactable", {"action": ["interaction", ["visit", "_home+{player}"]]}] + ], + "flags": ["Floor"] + }, "img": { "arguments": [["sprite", "string", ""], ["height", "float", 1.0]], "components": [ -- cgit