diff options
| author | troido <troido@protonmail.com> | 2020-02-23 01:18:17 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-23 01:18:17 +0100 |
| commit | 7262cfc53b4af978d6db1b91e3143200f906587f (patch) | |
| tree | f6aa651a3040a1389a9c4e82796f1c04b3c5198c /content/maps/room.json | |
| parent | 522aad7889cd62e96af7c420789507ccbf5b7aaa (diff) | |
rooms have named locations to be used by portals
Diffstat (limited to 'content/maps/room.json')
| -rw-r--r-- | content/maps/room.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/maps/room.json b/content/maps/room.json index 5631b24..4bfd923 100644 --- a/content/maps/room.json +++ b/content/maps/room.json @@ -40,7 +40,7 @@ "X": "rock", "*": ["grass", "pebble"], "o": ["grass", "stone"], - "%": {"type": "portal", "kwargs": {"destination": "broom"}}, + "%": {"type": "portal", "kwargs": {"destination": "broom", "dest_pos": "northentry"}}, " ": [] } } |
