diff options
| author | historia <[not public]> | 2026-07-07 21:22:39 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-07 21:22:39 -0400 |
| commit | 74803657d587b1f93b739c1ee25bb8d62df95413 (patch) | |
| tree | 0166974468c452bb13454d37d4b83d2e681446c0 /data/rooms/example_unused/wilderness/99999162.yaml | |
| parent | bae42946d24bd533cdbc1b271ce14acd752689d0 (diff) | |
| download | thehouseoficarus-74803657d587b1f93b739c1ee25bb8d62df95413.tar.gz | |
fix: agility course creation fixed and improved in admin web gui
Diffstat (limited to 'data/rooms/example_unused/wilderness/99999162.yaml')
| -rw-r--r-- | data/rooms/example_unused/wilderness/99999162.yaml | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/data/rooms/example_unused/wilderness/99999162.yaml b/data/rooms/example_unused/wilderness/99999162.yaml index 292e6fa..297f0e7 100644 --- a/data/rooms/example_unused/wilderness/99999162.yaml +++ b/data/rooms/example_unused/wilderness/99999162.yaml @@ -1,4 +1,13 @@ -name: "Detention Cell" -description: "A small, grimy holding cell. The walls are scratched with tally marks from previous occupants. A heavy door bars the only exit." -exits: - north: 1
\ No newline at end of file +id: 99999162 +name: Detention Cell +color: "" +description: + - text: A small, grimy holding cell. The walls are scratched with tally marks from previous occupants. A heavy door bars the only exit. +exits: {} +objects: [] +item_spawns: [] +mobs: [] +on_enter: [] +hazard: "" +block_transport: false +triggers: [] |
