Compare commits

...

2 commits

Author SHA1 Message Date
yuni 8e5b17fcfa ash/river: can now refill your oxygen 2024-10-05 02:41:14 +02:00
yuni a0ce5c0df0 nox: more brief conversation 2024-10-05 02:17:39 +02:00

View file

@ -188,10 +188,8 @@
- set: $reservation
- goto: reservation
- No reservation. Can I still buy something?:
- '"Buy"? Ah, this old earth thing.'
- I see you have been reading up on history.
- Trying to catch the Old Earth Pizza vibe.
- Amazing.
- You wanna do what? "Buy"?
- Ah, this old earth thing! I see you're trying to catch the Old Earth Pizza vibe!
- Sure, you can "buy" something, watcha want?
- goto: eat
- Wh... what's a pizzeria doing here?:
@ -207,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.
@ -594,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!
---
@ -603,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!
---