cleaner intro for Luna, with choice to opt out of repair/oxygen
This commit is contained in:
parent
5981a6bca1
commit
9770499cda
1 changed files with 22 additions and 13 deletions
|
@ -668,23 +668,32 @@
|
|||
- set: believe
|
||||
- set: timetravel
|
||||
- "if $$player_suit_health_percent < 100":
|
||||
- Holy shit! Look at all those scratches and tears on your suit!
|
||||
- script: repairsuit
|
||||
- set: grateful
|
||||
- Let me fix that!
|
||||
- script: refilloxygen 1
|
||||
- And I topped off your oxygen tank while I'm at it.
|
||||
- Waah, look at all those scratches on your suit! Let me fix that.
|
||||
- Continue...:
|
||||
- script: repairsuit
|
||||
- And I'll top off your oxygen tank while I'm at it.
|
||||
- Continue...:
|
||||
- script: refilloxygen 1
|
||||
- Anyway, what's up?
|
||||
- Thank you!!:
|
||||
- script: refilloxygen 1
|
||||
- No problem.
|
||||
- Don't touch me!:
|
||||
- Got it... Anyway, what's up?
|
||||
- Don't touch me!:
|
||||
- Got it. Anyway, what's up?
|
||||
- goto: mainnode
|
||||
- Oh hey you! Have an oxygen refill!
|
||||
- script: refilloxygen 1
|
||||
- set: grateful
|
||||
- Continue...:
|
||||
- script: refilloxygen 1
|
||||
- Anyway, what's up?
|
||||
- Thank you!!:
|
||||
- script: refilloxygen 1
|
||||
- No problem.
|
||||
- Don't touch me!:
|
||||
- Got it. Anyway, what's up?
|
||||
|
||||
- label: mainnode
|
||||
- if: "$grateful"
|
||||
Thanks for the help!:
|
||||
- No problem at all!
|
||||
- set: grateful 0
|
||||
- goto: mainnode
|
||||
- if: "$$quest_pizza_obtained"
|
||||
Did you order pizza by any chance?:
|
||||
- What?
|
||||
|
|
Loading…
Add table
Reference in a new issue