diff --git a/src/chat.rs b/src/chat.rs index 6eb72ba..b119a97 100644 --- a/src/chat.rs +++ b/src/chat.rs @@ -969,7 +969,7 @@ pub fn handle_chat_scripts( }; if let Some(station) = busstop { if let Some(target_pos) = id2pos.0.get(&station.to_string()) { - pos.0 = *target_pos + DVec3::new(0.0, -1000.0, 0.0); + pos.0 = *target_pos + DVec3::new(0.0, 9000.0, 0.0); } else { error!( "Could not determine position of actor with ID: '{}'", diff --git a/src/data/defs.txt b/src/data/defs.txt index aa3034f..f29fa9e 100644 --- a/src/data/defs.txt +++ b/src/data/defs.txt @@ -613,7 +613,7 @@ actor -300 0 40 suitv2 oxygen 0.08 pronoun she -actor 100 -18000 2000 clippy +actor 100 -12000 2000 clippy template clippy relativeto "player" id "busstopclippy"