diff options
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."' |
