summaryrefslogtreecommitdiff
path: root/content/maps/town.json
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-09-27 17:42:44 +0200
committertroido <troido@protonmail.com>2020-09-27 17:42:44 +0200
commit09cc0f0e81a339faec191b773b5eca985d15799c (patch)
tree26321aadc3981a0836170c14262ca40bd9a43486 /content/maps/town.json
parent3b483c793f0f2c8e76f599f74285f237d5dde00e (diff)
templates are not used as {"type": something} anymore
Diffstat (limited to 'content/maps/town.json')
-rw-r--r--content/maps/town.json5
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"],