From 988b006a5bb9edb6465653566e7bdf8175347b8c Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 27 Jun 2026 16:50:41 -0400 Subject: feat: one-way map links, blocked paths on map, map grid startup validation, user colors for maps --- data/mobs/examples/estate_broker.yaml | 2 +- data/mobs/examples/sawmill_operator.yaml | 2 +- data/mobs/flight_attendant.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'data/mobs') 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 diff --git a/data/mobs/flight_attendant.yaml b/data/mobs/flight_attendant.yaml index 9cb3530..5b18762 100644 --- a/data/mobs/flight_attendant.yaml +++ b/data/mobs/flight_attendant.yaml @@ -24,4 +24,4 @@ talk: sign_reminder: sequence: - '"Yeah, just us two! Not a lot of people heading into the belt these days."' - - '"But we''ll be landing shortly! Please be sure {11 bold}look{/} at the information {11 bold}sign{/} so you''ll be all set for your final destination."' + - '"But we''ll be landing shortly! Please be sure {0B bold}look{/} at the information {0B bold}sign{/} so you''ll be all set for your final destination."' -- cgit v1.2.3