From 47d93e88e69d62f16f0c42845c43fc32783b7db6 Mon Sep 17 00:00:00 2001 From: yuni Date: Sat, 26 Oct 2024 23:24:34 +0200 Subject: [PATCH] faster cryo fade effect --- src/chat.rs | 2 +- src/chats/fastravel.yaml | 6 +++--- src/chats/phone.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/chat.rs b/src/chat.rs index 5ecf0b6..6eb72ba 100644 --- a/src/chat.rs +++ b/src/chat.rs @@ -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" => { diff --git a/src/chats/fastravel.yaml b/src/chats/fastravel.yaml index f7fb058..362eb38 100644 --- a/src/chats/fastravel.yaml +++ b/src/chats/fastravel.yaml @@ -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?: diff --git a/src/chats/phone.yaml b/src/chats/phone.yaml index 5b695d0..01a7a0f 100644 --- a/src/chats/phone.yaml +++ b/src/chats/phone.yaml @@ -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.: