diff --git a/src/chats/serenity.yaml b/src/chats/serenity.yaml index ad065f5..0a317b5 100644 --- a/src/chats/serenity.yaml +++ b/src/chats/serenity.yaml @@ -205,6 +205,8 @@ - Here you go! - script: repairsuit - system: SuitPatchâ„¢ SuperGlueâ„¢ applied. + - script: refilloxygen 1 + - I topped off your oxygen while I was at it. - goto: reservation - How much will you charge me?: - Why would I charge you? Your suit is nuclear powered. @@ -592,7 +594,11 @@ - Oh, hello! - Look, I'm very busy right now constructing this place. - We can talk more once this is done. -- See you around. +- Can you spare some oxygen?: + - Oh, sure thing! + - script: refilloxygen 1 +- Bye!: + - See you around! --- @@ -601,6 +607,11 @@ - chat: River - Welcome to our little oasis! - This will be great once it's finished. +- Can you spare some oxygen?: + - Oh, sure thing! + - script: refilloxygen 1 +- Bye!: + - See you around! ---