From 7262cfc53b4af978d6db1b91e3143200f906587f Mon Sep 17 00:00:00 2001 From: troido Date: Sun, 23 Feb 2020 01:18:17 +0100 Subject: rooms have named locations to be used by portals --- content/maps/room.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/maps/room.json') 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"}}, " ": [] } } -- cgit