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/flight_attendant.yaml | |
| parent | 649ef4b7416ce7053145878841fc9b0bff2f5fec (diff) | |
| download | thehouseoficarus-e6b4cb9f5816c6ee239233bc85f74ee446a161c2.tar.gz | |
feat: shop system overhauled, gui conversation tree editor overhauled
Diffstat (limited to 'data/mobs/flight_attendant.yaml')
| -rw-r--r-- | data/mobs/flight_attendant.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/mobs/flight_attendant.yaml b/data/mobs/flight_attendant.yaml index 5b18762..e595e67 100644 --- a/data/mobs/flight_attendant.yaml +++ b/data/mobs/flight_attendant.yaml @@ -11,17 +11,17 @@ talk: condition: player_flag: 1001_look_sign not: true - message: '"Hi there, how can I help?"' + messages: ['"Hi there, how can I help?"'] goto: thanks options: - text: '"Oh, nothing... Small crowd on this ship. Just looking for conversation."' goto: sign_reminder - text: '"Goodbye."' thanks: - message: '"Thank for flying with Denali. Watch your step on the way out please."' + messages: ['"Thank for flying with Denali. Watch your step on the way out please."'] options: - text: '"Thank you."' sign_reminder: - sequence: + messages: - '"Yeah, just us two! Not a lot of people heading into the belt these days."' - '"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."' |
