fix Luna chat

This commit is contained in:
yuni 2024-07-31 05:21:18 +02:00
parent 2998282462
commit f5154216e5

View file

@ -348,19 +348,16 @@
- "if $$player_suit_health_percent < 100": - "if $$player_suit_health_percent < 100":
- Holy shit! - Holy shit!
- Look at all those scratches and tears on your suit! - Look at all those scratches and tears on your suit!
- Let me fix that!
- set: grateful
- script: repairsuit - script: repairsuit
- "if $$player_oxygen_seconds <= 2000": - set: grateful
- Let me fix that!
- And I topped off your oxygen tank while I'm at it. - And I topped off your oxygen tank while I'm at it.
- script: refilloxygen 1 - script: refilloxygen 1
- goto: mainnode - goto: mainnode
- "if $$player_oxygen_seconds <= 2000": - Oh hey you! Have an oxygen refill!
- Hey, do I see an empty oxygen tank? Have a refill, buddy! - script: refilloxygen 1
- script: refilloxygen 1 - set: grateful
- set: grateful
- goto: mainnode
- Oh hey you!
- label: mainnode - label: mainnode
- if: "$grateful" - if: "$grateful"
Thank you so much!: Thank you so much!:
@ -368,11 +365,12 @@
- set: grateful 0 - set: grateful 0
- What are you up to?: - What are you up to?:
- I'm running a workshop here. Come by if you need any repairs! - I'm running a workshop here. Come by if you need any repairs!
- See you around!: - Bye!:
- Bye! - See you around!
- goto: EXIT - goto: EXIT
- goto: mainnode - goto: mainnode
--- ---