diff options
| author | troido <troido@protonmail.com> | 2020-02-21 19:22:26 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-21 19:22:26 +0100 |
| commit | 4ed2d71e76f04c75a214e43363dc1b64e109fe3d (patch) | |
| tree | 1ae0375ff74216dacc6f5a2b443b84e85b257059 /content | |
| parent | 60b56b39488f7704f42580363d1343a4dc9732e8 (diff) | |
used rank in taking objects
Diffstat (limited to 'content')
| -rw-r--r-- | content/maps/room.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/maps/room.json b/content/maps/room.json index 94afbb8..5631b24 100644 --- a/content/maps/room.json +++ b/content/maps/room.json @@ -19,7 +19,7 @@ "X,**,,.,,,,,,,,,,,,bbb,,,,,,,,,,#++++#,,,X", "X,*,*,.,,,,,,,,,,,,~~~,,,T,,,T,,#++++#,,,X", "X,,*,,.,,,,,,,,,,,,~~~,,,,,,,,,,######,,,X", - "X,**,,.,,,,,,,,,,,~~~~,,,,,,,,,,f,,,,f,,,X", + "X,oo,,.,,,,,,,,,,,~~~~,,,,,,,,,,f,,,,f,,,X", "X,,*,,.,,,,,,,,,,,~~~''''''''''''''''f'''X", "X*,,,,.,,,,,,,,,,,~~~'''''''''''f''''f'''X", "X,,,,,.,,,,,,,,,,,~~~'''''''''''ffffff'''X", @@ -39,6 +39,7 @@ "f": ["grass", "fence"], "X": "rock", "*": ["grass", "pebble"], + "o": ["grass", "stone"], "%": {"type": "portal", "kwargs": {"destination": "broom"}}, " ": [] } |
