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