diff options
| author | historia <[not public]> | 2026-06-30 02:17:22 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-30 02:17:22 -0400 |
| commit | 7a4b91304061777e7b3365b505d1e74878043d35 (patch) | |
| tree | 4440b95c6ed4425f19919a4e74890607d008feec /data/rooms/intro/1016.yaml | |
| parent | 069d3c1c81d71042706372df153254487a765dfc (diff) | |
| download | thehouseoficarus-7a4b91304061777e7b3365b505d1e74878043d35.tar.gz | |
feat: web gui mapping and obj/item/mob placement improvements
Diffstat (limited to 'data/rooms/intro/1016.yaml')
| -rw-r--r-- | data/rooms/intro/1016.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/rooms/intro/1016.yaml b/data/rooms/intro/1016.yaml index 8023b39..3834f84 100644 --- a/data/rooms/intro/1016.yaml +++ b/data/rooms/intro/1016.yaml @@ -1,4 +1,5 @@ -block_transport: false +id: 1016 +name: New Room color: "97" description: - text: A featureless room. @@ -9,11 +10,10 @@ exits: room: 1009 southwest: room: 1005 -hazard: "" -id: 1016 +objects: [] item_spawns: [] mobs: [] -name: New Room -objects: [] on_enter: [] +hazard: "" +block_transport: false triggers: [] |
