diff options
Diffstat (limited to 'content/encyclopediae/default_encyclopedia.json')
| -rw-r--r-- | content/encyclopediae/default_encyclopedia.json | 7 |
1 files changed, 7 insertions, 0 deletions
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": [ |
