diff options
| author | troido <troido@protonmail.com> | 2020-09-27 17:42:44 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-27 17:42:44 +0200 |
| commit | 09cc0f0e81a339faec191b773b5eca985d15799c (patch) | |
| tree | 26321aadc3981a0836170c14262ca40bd9a43486 /content/maps/broom.json | |
| parent | 3b483c793f0f2c8e76f599f74285f237d5dde00e (diff) | |
templates are not used as {"type": something} anymore
Diffstat (limited to 'content/maps/broom.json')
| -rw-r--r-- | content/maps/broom.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/maps/broom.json b/content/maps/broom.json index 6effa07..f775327 100644 --- a/content/maps/broom.json +++ b/content/maps/broom.json @@ -42,7 +42,7 @@ "T": ["grass", "tree"], "f": ["grass", "fence"], "X": "rock", - "%": {"type": "portal", "kwargs": {"destination": "room"}}, + "%": {":template": "portal", "destination": "room"}, " ": [] } } |
