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 /data/mobs/examples | |
| 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 'data/mobs/examples')
| -rw-r--r-- | data/mobs/examples/estate_broker.yaml | 2 | ||||
| -rw-r--r-- | data/mobs/examples/sawmill_operator.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/mobs/examples/estate_broker.yaml b/data/mobs/examples/estate_broker.yaml index a156e83..68c3eb6 100644 --- a/data/mobs/examples/estate_broker.yaml +++ b/data/mobs/examples/estate_broker.yaml @@ -1,4 +1,4 @@ -color: "227" +color: "E3" description: A sharply-dressed real estate agent with a datapad and a practiced smile. idle: The estate broker flashes a professional smile. name: estate broker diff --git a/data/mobs/examples/sawmill_operator.yaml b/data/mobs/examples/sawmill_operator.yaml index b70362f..7abd881 100644 --- a/data/mobs/examples/sawmill_operator.yaml +++ b/data/mobs/examples/sawmill_operator.yaml @@ -1,4 +1,4 @@ -color: "186" +color: "BA" description: A burly worker in a thick apron, covered in sawdust. He operates the industrial sawmill. idle: The sawmill operator wipes sawdust from his goggles. name: sawmill operator |
