diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/maps/room.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/maps/room.json b/content/maps/room.json index 4bfd923..c410bc1 100644 --- a/content/maps/room.json +++ b/content/maps/room.json @@ -13,8 +13,8 @@ " ,,,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X", "X,,,,,.,,,,,,,,,,,~~~~,,,,,,T,,,,,,,,,,,,X", "X,,,,,.,,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,X", - "X,,,,,.,,,,,,,,,,,,~~~,,,,,T,,,,######,,,X", - "X,,,,,.,,,,,,,,,,,,bbb,,,,,,,,,,#++++#,,,X", + "X,^,,,.,,,,,,,,,,,,~~~,,,,,T,,,,######,,,X", + "X,^,,,.,,,,,,,,,,,,bbb,,,,,,,,,,#++++#,,,X", "X,,,,,.............bbb...........++++#,,,X", "X,**,,.,,,,,,,,,,,,bbb,,,,,,,,,,#++++#,,,X", "X,*,*,.,,,,,,,,,,,,~~~,,,T,,,T,,#++++#,,,X", @@ -41,6 +41,7 @@ "*": ["grass", "pebble"], "o": ["grass", "stone"], "%": {"type": "portal", "kwargs": {"destination": "broom", "dest_pos": "northentry"}}, + "^": ["grass", "spiketrap"], " ": [] } } |
