tweak serenity station location

This commit is contained in:
yuni 2024-10-26 23:33:10 +02:00
parent 74ec6cf2c3
commit 7a66740f15
2 changed files with 2 additions and 2 deletions

View file

@ -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: '{}'",

View file

@ -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"