From e6b4cb9f5816c6ee239233bc85f74ee446a161c2 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 1 Jul 2026 16:37:45 -0400 Subject: feat: shop system overhauled, gui conversation tree editor overhauled --- data/mobs/flight_attendant.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data/mobs/flight_attendant.yaml') 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."' -- cgit v1.2.3