diff options
Diffstat (limited to 'content/maps')
| -rw-r--r-- | content/maps/begin.json | 2 | ||||
| -rw-r--r-- | content/maps/smallview.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/maps/begin.json b/content/maps/begin.json index e01e866..d8f8efe 100644 --- a/content/maps/begin.json +++ b/content/maps/begin.json @@ -116,7 +116,7 @@ {"type": "img", "kwargs": {"sprite": "stairdown"}}, "floor" ], - "r": ["grass", "rabbit"], + "r": ["grass", {"type": "singleton", "kwargs": {"ent": {"type": "rabbit"}}}], "3": [{ "type": "portal", "kwargs": {"destination": "smallview", "destpos": "begin"} diff --git a/content/maps/smallview.json b/content/maps/smallview.json index 49f48b4..3ddd9ac 100644 --- a/content/maps/smallview.json +++ b/content/maps/smallview.json @@ -61,7 +61,7 @@ "type": "portal", "kwargs": {"destination": "town", "destpos": "gate"} }, "floor"], - "3": [{"type": "homeportal", "kwargs": {"dedup_id": "homeportal"}, "save": true}, "floor", {"type": "img", "kwargs": {"sprite": "portal", "height": 1.0}}], + "3": ["homeportal", "floor", {"type": "img", "kwargs": {"sprite": "portal", "height": 1.0}}], "4": [{ "type": "portal", "kwargs": {"destination": "room"} |
