mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[MIRROR] March into Mapness: The Waystation [MDB IGNORE] (#20185)
* March into Mapness: The Waystation (#74192) * March into Mapness: The Waystation --------- Co-authored-by: Singul0 <127663818+Singul0@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
desc = "Used to control the White Ship."
|
||||
circuit = /obj/item/circuitboard/computer/white_ship
|
||||
shuttleId = "whiteship"
|
||||
possible_destinations = "whiteship_away;whiteship_home;whiteship_z4;whiteship_lavaland;whiteship_custom"
|
||||
possible_destinations = "whiteship_away;whiteship_home;whiteship_z4;whiteship_waystation;whiteship_lavaland;whiteship_custom"
|
||||
|
||||
/// Console used on the whiteship bridge. Comes with GPS pre-baked.
|
||||
/obj/machinery/computer/shuttle/white_ship/bridge
|
||||
@@ -34,7 +34,7 @@
|
||||
shuttleId = "whiteship"
|
||||
lock_override = NONE
|
||||
shuttlePortId = "whiteship_custom"
|
||||
jump_to_ports = list("whiteship_away" = 1, "whiteship_home" = 1, "whiteship_z4" = 1)
|
||||
jump_to_ports = list("whiteship_away" = 1, "whiteship_home" = 1, "whiteship_z4" = 1, "whiteship_waystation" = 1)
|
||||
view_range = 10
|
||||
x_offset = -6
|
||||
y_offset = -10
|
||||
|
||||
Reference in New Issue
Block a user