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