diff options
| author | historia <[not public]> | 2026-06-27 16:50:41 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-27 16:50:41 -0400 |
| commit | 988b006a5bb9edb6465653566e7bdf8175347b8c (patch) | |
| tree | 3a1fceff2ee80c11b5dafcc49c13ababe021e880 /building_guide/construction.md | |
| parent | 1cab9ca20e24742f770a676f84e4ed9f1636f297 (diff) | |
| download | thehouseoficarus-988b006a5bb9edb6465653566e7bdf8175347b8c.tar.gz | |
feat: one-way map links, blocked paths on map, map grid startup validation, user colors for maps
Diffstat (limited to 'building_guide/construction.md')
| -rw-r--r-- | building_guide/construction.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/building_guide/construction.md b/building_guide/construction.md index 40e4b9f..dd63fd7 100644 --- a/building_guide/construction.md +++ b/building_guide/construction.md @@ -27,7 +27,7 @@ The primary construction station. Placed in rooms to enable construction. ```yaml name: workbench -color: "172" +color: "AC" description: "A sturdy wooden workbench..." inroom_description: "A workbench stands against the wall..." ``` @@ -38,7 +38,7 @@ A terminal that shows registered homeowners and lets them enter their house. Han ```yaml name: Estate Directory -color: "39" +color: "27" description: "A holographic terminal displaying property records..." inroom_description: "An estate directory terminal..." ``` |
