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 c410bc1..1aa72af 100644 --- a/content/maps/room.json +++ b/content/maps/room.json @@ -19,9 +19,9 @@ "X,**,,.,,,,,,,,,,,,bbb,,,,,,,,,,#++++#,,,X", "X,*,*,.,,,,,,,,,,,,~~~,,,T,,,T,,#++++#,,,X", "X,,*,,.,,,,,,,,,,,,~~~,,,,,,,,,,######,,,X", - "X,oo,,.,,,,,,,,,,,~~~~,,,,,,,,,,f,,,,f,,,X", + "X,oo,,.,,,d,,,,,,,~~~~,,,,,,,,,,f,,,,f,,,X", "X,,*,,.,,,,,,,,,,,~~~''''''''''''''''f'''X", - "X*,,,,.,,,,,,,,,,,~~~'''''''''''f''''f'''X", + "X*,,,,.,,,d,,,,,,,~~~'''''''''''f''''f'''X", "X,,,,,.,,,,,,,,,,,~~~'''''''''''ffffff'''X", "X,,,,,.,,,,,,,,,,,~~~''''''''''''''''''''X", "XXXXX,.,XXXXXXXXXX~~~XXXXXXXXXXXXXXXXXXXXX", @@ -42,6 +42,7 @@ "o": ["grass", "stone"], "%": {"type": "portal", "kwargs": {"destination": "broom", "dest_pos": "northentry"}}, "^": ["grass", "spiketrap"], + "d": ["grass", "dummy"], " ": [] } } |
