From 69fce751d98d76ef43df714190131d9b3ef5e7c8 Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 14 Apr 2024 04:13:51 +0200 Subject: [PATCH] move Oscillation Station to a more scenic place for now --- src/chat.rs | 2 +- src/defs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chat.rs b/src/chat.rs index 5f8b4e6..b9d064a 100644 --- a/src/chat.rs +++ b/src/chat.rs @@ -743,7 +743,7 @@ pub fn handle_chat_scripts( else { if let Ok((mut pos, mut v)) = q_playercam.get_single_mut() { if param1 == "oscillation".to_string() { - *pos = Position(DVec3::new(147e6, 165e6, 336e6)); + *pos = Position(DVec3::new(-184968e3, 149410e3, -134273e3)); v.0 = DVec3::ZERO; } else if param1 == "metisprime".to_string() { diff --git a/src/defs.txt b/src/defs.txt index df4a8cd..0b75355 100644 --- a/src/defs.txt +++ b/src/defs.txt @@ -265,7 +265,7 @@ actor 100 -18000 2000 "orb_busstop" collider capsule 1 0.5 chatid NPCinCryoStasis -actor 147002e3 165001e3 336e6 "orb_busstop" +actor -184971e3 149410e3 -134273e3 "orb_busstop" relativeto jupiter id "busstop2" name "StarTrans Bus Station 'Oscillation Station'"