diff options
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"], |
