move Oscillation Station to a more scenic place for now
This commit is contained in:
parent
dad7fc8fc4
commit
69fce751d9
|
@ -743,7 +743,7 @@ pub fn handle_chat_scripts(
|
||||||
else {
|
else {
|
||||||
if let Ok((mut pos, mut v)) = q_playercam.get_single_mut() {
|
if let Ok((mut pos, mut v)) = q_playercam.get_single_mut() {
|
||||||
if param1 == "oscillation".to_string() {
|
if param1 == "oscillation".to_string() {
|
||||||
*pos = Position(DVec3::new(147e6, 165e6, 336e6));
|
*pos = Position(DVec3::new(-184968e3, 149410e3, -134273e3));
|
||||||
v.0 = DVec3::ZERO;
|
v.0 = DVec3::ZERO;
|
||||||
}
|
}
|
||||||
else if param1 == "metisprime".to_string() {
|
else if param1 == "metisprime".to_string() {
|
||||||
|
|
|
@ -265,7 +265,7 @@ actor 100 -18000 2000 "orb_busstop"
|
||||||
collider capsule 1 0.5
|
collider capsule 1 0.5
|
||||||
chatid NPCinCryoStasis
|
chatid NPCinCryoStasis
|
||||||
|
|
||||||
actor 147002e3 165001e3 336e6 "orb_busstop"
|
actor -184971e3 149410e3 -134273e3 "orb_busstop"
|
||||||
relativeto jupiter
|
relativeto jupiter
|
||||||
id "busstop2"
|
id "busstop2"
|
||||||
name "StarTrans Bus Station 'Oscillation Station'"
|
name "StarTrans Bus Station 'Oscillation Station'"
|
||||||
|
|
Loading…
Reference in a new issue