diff options
Diffstat (limited to 'content/maps/basement.json')
| -rw-r--r-- | content/maps/basement.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/content/maps/basement.json b/content/maps/basement.json index 0d090b4..c07670f 100644 --- a/content/maps/basement.json +++ b/content/maps/basement.json @@ -36,13 +36,11 @@ ], "a": ["floor", { "type": "spawner", - "args": [{"type": "rat"}, 1, 300], - "kwargs": {"initialSpawn": true, "setHome": true} + "kwargs": {"template": {"type": "rat"}, "delay": 300, "initial_spawn": true} }], ":": ["floor", { "type": "spawner", - "args": [{"type": "carrotseed"}, 1, 1200], - "kwargs": {"initialSpawn": false} + "kwargs": {"template": {"type": "carrotseed"}, "delay": 1200, "initial_spawn": false} }], " ": [] } |
