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/town.json | |
| parent | 3b483c793f0f2c8e76f599f74285f237d5dde00e (diff) | |
templates are not used as {"type": something} anymore
Diffstat (limited to 'content/maps/town.json')
| -rw-r--r-- | content/maps/town.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/content/maps/town.json b/content/maps/town.json index c2b0624..f9b0f1d 100644 --- a/content/maps/town.json +++ b/content/maps/town.json @@ -85,10 +85,7 @@ "X": "rock", "^": ["spiketrap", "ground"], "D": ["floor", "opendoor"], - "%": [{ - "type": "portal", - "kwargs": {"destination": "smallview", "destpos": "towneast"} - }, "ground"], + "%": [{":template": "portal", "destination": "smallview", "destpos": "towneast"}, "ground"], "r": ["grass", "rabbit"], "S": ["floor", "toolsmith"], "t": ["floor", "trader"], |
