diff options
| author | troido <troido@protonmail.com> | 2020-09-26 14:05:14 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-26 14:05:14 +0200 |
| commit | 9b7e3d14b3f35163199ed704ae35544fa658931e (patch) | |
| tree | 9ad3623420f34b48f538ff2ceca6e3a277f16758 /content/maps/smallview.json | |
| parent | 450cf9331803532cb0e3a002fec17d12be18abd6 (diff) | |
spawned entities are now saved but not spawned again until removed
Diffstat (limited to 'content/maps/smallview.json')
| -rw-r--r-- | content/maps/smallview.json | 2 |
1 files changed, 1 insertions, 1 deletions
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"} |
