extend luna chat
This commit is contained in:
parent
038a18ef5e
commit
9c0026cc5c
|
@ -381,6 +381,7 @@
|
||||||
- if phone$luna:
|
- if phone$luna:
|
||||||
- set: begged
|
- set: begged
|
||||||
- set: believe
|
- set: believe
|
||||||
|
- set: timetravel
|
||||||
- "if $$player_suit_health_percent < 100":
|
- "if $$player_suit_health_percent < 100":
|
||||||
- Holy shit! Look at all those scratches and tears on your suit!
|
- Holy shit! Look at all those scratches and tears on your suit!
|
||||||
- script: repairsuit
|
- script: repairsuit
|
||||||
|
@ -516,8 +517,7 @@
|
||||||
- There was something else I wanted...:
|
- There was something else I wanted...:
|
||||||
- goto: mainnode
|
- goto: mainnode
|
||||||
- Bye.:
|
- Bye.:
|
||||||
- So long, drifter!
|
- goto: bye
|
||||||
- goto: EXIT
|
|
||||||
- goto: timeout
|
- goto: timeout
|
||||||
- Good luck with that!:
|
- Good luck with that!:
|
||||||
- Thanks!
|
- Thanks!
|
||||||
|
@ -605,6 +605,10 @@
|
||||||
- Thank you.
|
- Thank you.
|
||||||
- goto: mainnode
|
- goto: mainnode
|
||||||
- Bye!:
|
- Bye!:
|
||||||
|
- label: bye
|
||||||
|
- if $believe:
|
||||||
|
- So long, time traveler!
|
||||||
|
- goto: EXIT
|
||||||
- So long, drifter!
|
- So long, drifter!
|
||||||
- goto: EXIT
|
- goto: EXIT
|
||||||
- label: timeout
|
- label: timeout
|
||||||
|
|
Loading…
Reference in a new issue