diff options
Diffstat (limited to 'content')
| -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 1e12b4b..e652cd7 100644 --- a/content/maps/room.json +++ b/content/maps/room.json @@ -43,7 +43,7 @@ "%": {"type": "portal", "kwargs": {"destination": "broom", "dest_pos": "northentry"}}, "^": ["grass", "spiketrap"], "d": ["grass", "dummy"], - "r": ["grass", "rat"], + "r": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "rat", "save": false}, "amount": 3, "clan": "rats", "delay": 200}}], " ": [] } } |
