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/test222 | |
| parent | bae42946d24bd533cdbc1b271ce14acd752689d0 (diff) | |
| download | thehouseoficarus-74803657d587b1f93b739c1ee25bb8d62df95413.tar.gz | |
fix: agility course creation fixed and improved in admin web gui
Diffstat (limited to 'data/rooms/test222')
| -rw-r--r-- | data/rooms/test222/1.yaml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/data/rooms/test222/1.yaml b/data/rooms/test222/1.yaml index e110b2e..7834414 100644 --- a/data/rooms/test222/1.yaml +++ b/data/rooms/test222/1.yaml @@ -1,2 +1,13 @@ -description: An empty room. +id: 1 name: New Room +color: "" +description: + - text: An empty room. +exits: {} +objects: [] +item_spawns: [] +mobs: [] +on_enter: [] +hazard: "" +block_transport: false +triggers: [] |
