tweak serenity station location
This commit is contained in:
parent
74ec6cf2c3
commit
7a66740f15
|
@ -969,7 +969,7 @@ pub fn handle_chat_scripts(
|
||||||
};
|
};
|
||||||
if let Some(station) = busstop {
|
if let Some(station) = busstop {
|
||||||
if let Some(target_pos) = id2pos.0.get(&station.to_string()) {
|
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 {
|
} else {
|
||||||
error!(
|
error!(
|
||||||
"Could not determine position of actor with ID: '{}'",
|
"Could not determine position of actor with ID: '{}'",
|
||||||
|
|
|
@ -613,7 +613,7 @@ actor -300 0 40 suitv2
|
||||||
oxygen 0.08
|
oxygen 0.08
|
||||||
pronoun she
|
pronoun she
|
||||||
|
|
||||||
actor 100 -18000 2000 clippy
|
actor 100 -12000 2000 clippy
|
||||||
template clippy
|
template clippy
|
||||||
relativeto "player"
|
relativeto "player"
|
||||||
id "busstopclippy"
|
id "busstopclippy"
|
||||||
|
|
Loading…
Reference in a new issue