faster cryo fade effect
This commit is contained in:
parent
6a3fa7c64c
commit
47d93e88e6
|
@ -1002,7 +1002,7 @@ pub fn handle_chat_scripts(
|
||||||
"cryofadeout" => {
|
"cryofadeout" => {
|
||||||
ew_effect.send(visual::SpawnEffectEvent {
|
ew_effect.send(visual::SpawnEffectEvent {
|
||||||
class: visual::Effects::FadeOut(css::AQUA.into()),
|
class: visual::Effects::FadeOut(css::AQUA.into()),
|
||||||
duration: 5.1,
|
duration: 2.1,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
"drinkpizza" => {
|
"drinkpizza" => {
|
||||||
|
|
|
@ -76,21 +76,21 @@
|
||||||
Take me to Farview Station, please.:
|
Take me to Farview Station, please.:
|
||||||
- FASTravel wishes you a pleasant journey.
|
- FASTravel wishes you a pleasant journey.
|
||||||
- script: cryofadeout
|
- script: cryofadeout
|
||||||
- sleep: 5
|
- sleep: 2
|
||||||
- script: cryotrip farview
|
- script: cryotrip farview
|
||||||
- goto: EXIT
|
- goto: EXIT
|
||||||
- if: $busstop != metis
|
- if: $busstop != metis
|
||||||
Take me to Metis Prime Station, please.:
|
Take me to Metis Prime Station, please.:
|
||||||
- FASTravel wishes you a pleasant journey.
|
- FASTravel wishes you a pleasant journey.
|
||||||
- script: cryofadeout
|
- script: cryofadeout
|
||||||
- sleep: 5
|
- sleep: 2
|
||||||
- script: cryotrip metisprime
|
- script: cryotrip metisprime
|
||||||
- goto: EXIT
|
- goto: EXIT
|
||||||
- if: $busstop != serenity
|
- if: $busstop != serenity
|
||||||
Take me to Serenity Station, please.:
|
Take me to Serenity Station, please.:
|
||||||
- FASTravel wishes you a pleasant journey.
|
- FASTravel wishes you a pleasant journey.
|
||||||
- script: cryofadeout
|
- script: cryofadeout
|
||||||
- sleep: 5
|
- sleep: 2
|
||||||
- script: cryotrip serenity
|
- script: cryotrip serenity
|
||||||
- goto: EXIT
|
- goto: EXIT
|
||||||
- Can you please fill up my oxygen tank without taking me anywhere?:
|
- Can you please fill up my oxygen tank without taking me anywhere?:
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
- Ok! Activate cryofreeze and we'll be right there.
|
- Ok! Activate cryofreeze and we'll be right there.
|
||||||
- "[Activate Cryofreeze]":
|
- "[Activate Cryofreeze]":
|
||||||
- script: cryofadeout
|
- script: cryofadeout
|
||||||
- sleep: 5
|
- sleep: 2
|
||||||
- script: cryotrip serenity
|
- script: cryotrip serenity
|
||||||
- goto: EXIT
|
- goto: EXIT
|
||||||
- I changed my mind.:
|
- I changed my mind.:
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
- Ok! Activate cryofreeze and we'll be right there.
|
- Ok! Activate cryofreeze and we'll be right there.
|
||||||
- "[Activate Cryofreeze]":
|
- "[Activate Cryofreeze]":
|
||||||
- script: cryofadeout
|
- script: cryofadeout
|
||||||
- sleep: 5
|
- sleep: 2
|
||||||
- script: cryotrip metisprime
|
- script: cryotrip metisprime
|
||||||
- goto: EXIT
|
- goto: EXIT
|
||||||
- I changed my mind.:
|
- I changed my mind.:
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
- Ok! Activate cryofreeze and we'll be right there.
|
- Ok! Activate cryofreeze and we'll be right there.
|
||||||
- "[Activate Cryofreeze]":
|
- "[Activate Cryofreeze]":
|
||||||
- script: cryofadeout
|
- script: cryofadeout
|
||||||
- sleep: 5
|
- sleep: 2
|
||||||
- script: cryotrip farview
|
- script: cryotrip farview
|
||||||
- goto: EXIT
|
- goto: EXIT
|
||||||
- I changed my mind.:
|
- I changed my mind.:
|
||||||
|
|
Loading…
Reference in a new issue