From 9b7e3d14b3f35163199ed704ae35544fa658931e Mon Sep 17 00:00:00 2001 From: troido Date: Sat, 26 Sep 2020 14:05:14 +0200 Subject: spawned entities are now saved but not spawned again until removed --- content/maps/smallview.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/maps/smallview.json') 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"} -- cgit