diff options
Diffstat (limited to 'content/maps/room.json')
| -rw-r--r-- | content/maps/room.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/maps/room.json b/content/maps/room.json index 4af1532..6806ddd 100644 --- a/content/maps/room.json +++ b/content/maps/room.json @@ -42,7 +42,7 @@ "o": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "stone"}, "delay": 600}}], "%": {"type": "portal", "kwargs": {"destination": "broom", "dest_pos": "northentry"}}, "^": ["grass", "spiketrap"], - "d": ["grass", "dummy"], + "d": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "dummy"}, "delay": 100}}], "r": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "rat"}, "amount": 3, "clan": "rats", "delay": 200}}], " ": [] } |
