diff options
| author | historia <[not public]> | 2026-07-01 16:37:45 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-01 16:37:45 -0400 |
| commit | e6b4cb9f5816c6ee239233bc85f74ee446a161c2 (patch) | |
| tree | 1c3bf71c8b7f095baae989afe5e33183a7ed3929 /data/mobs/spaceport_attendant.yaml | |
| parent | 649ef4b7416ce7053145878841fc9b0bff2f5fec (diff) | |
| download | thehouseoficarus-e6b4cb9f5816c6ee239233bc85f74ee446a161c2.tar.gz | |
feat: shop system overhauled, gui conversation tree editor overhauled
Diffstat (limited to 'data/mobs/spaceport_attendant.yaml')
| -rw-r--r-- | data/mobs/spaceport_attendant.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/mobs/spaceport_attendant.yaml b/data/mobs/spaceport_attendant.yaml index ca69ccc..58081f6 100644 --- a/data/mobs/spaceport_attendant.yaml +++ b/data/mobs/spaceport_attendant.yaml @@ -14,7 +14,7 @@ talk: player_flag: 1003_attendant_moved not: true goto: show_datapad - message: '"Oh! Change your mind about the flight?"' + messages: ['"Oh! Change your mind about the flight?"'] options: - text: '"No, I''m an arrival... but no one''s at the other desk."' goto: attendant_moved @@ -23,7 +23,7 @@ talk: action: set_player_flags: 1003_attendant_moved: true - sequence: + messages: - '"An... arrival!" he says, failing to contain his nerves. "Oh my, one second."' - 'The lanky man scurries around the counter, across the room, and to the apparently identical counter on the other side.' - '"Can I see your datapad?"' @@ -37,30 +37,30 @@ talk: player_flag: 1003_talked not: true goto: already_talked - message: '"Can I see your datapad?"' + messages: ['"Can I see your datapad?"'] options: - text: '"No"' goto: denied - text: '"Present the datapad"' goto: datapad_done denied: - message: '"Well, I can''t let you onto Vesta until we can confirm your identity."' + messages: ['"Well, I can''t let you onto Vesta until we can confirm your identity."'] datapad_done: action: set_player_flags: 1003_talked: true - sequence: + messages: - 'The man taps through menus on your PDA and writes down some of your personal details onto a clipboard. He flips through a notebook, apparently refreshing himself on arrival procedure, before he seems satisfied and hands back the datapad.' - '"Just needed to make sure you''re not a terrorist!" he says, not a hint of sarcasm in his voice.' - 'He presses a button. "I''ve opened the north door for you. Follow the tunnel all the way through to Numisia."' already_talked: - message: '"Hello again."' + messages: ['"Hello again."'] options: - text: '"Where should I go in town?"' goto: town_info - text: '"Goodbye."' town_info: - sequence: + messages: - '"Well, there''s nearby places to mine, fish, cook, and chop wood if you''re here for work. We haven''t had new labor since we lost contact with Earth, so surely people are looking for help who can get you started."' - '"The attendant tries to hide how he''s measuring your appearance. He still can''t tell if you''re an escaped prisoner, businessman, or terrorist."' - '"Or, err, if you have business in Numisia, you''re probably looking for Director Joanna Lucci. She''s on the west side of town in the Governance and Gaming building."' |
