ash/river: can now refill your oxygen

This commit is contained in:
yuni 2024-10-05 02:40:52 +02:00
parent a0ce5c0df0
commit 8e5b17fcfa

View file

@ -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!
---