mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Meta whiteship redesign (#39438)
Redesigned the white ship for metastation, this one's a salvage/cargo vessel! The salvage pod is currently missing, however, as it doesn't work right now. I'll add it further down the line. This ship is also filled with a few syndies protecting it, one of them is ranged, the others are unarmed melee.
This commit is contained in:
@@ -5,6 +5,19 @@
|
||||
shuttleId = "whiteship"
|
||||
possible_destinations = "whiteship_away;whiteship_home;whiteship_z4;whiteship_lavaland;whiteship_custom"
|
||||
|
||||
/obj/machinery/computer/shuttle/white_ship/pod
|
||||
name = "Salvage Pod Console"
|
||||
desc = "Used to control the Salvage Pod."
|
||||
circuit = /obj/item/circuitboard/computer/white_ship/pod
|
||||
shuttleId = "whiteship_pod"
|
||||
possible_destinations = "whiteship_pod_home;whiteship_pod_custom"
|
||||
|
||||
/obj/machinery/computer/shuttle/white_ship/pod/recall
|
||||
name = "Salvage Pod Recall Console"
|
||||
desc = "Used to recall the Salvage Pod."
|
||||
circuit = /obj/item/circuitboard/computer/white_ship/pod/recall
|
||||
possible_destinations = "whiteship_pod_home"
|
||||
|
||||
/obj/machinery/computer/camera_advanced/shuttle_docker/whiteship
|
||||
name = "White Ship Navigation Computer"
|
||||
desc = "Used to designate a precise transit location for the White Ship."
|
||||
@@ -18,6 +31,18 @@
|
||||
y_offset = -10
|
||||
designate_time = 100
|
||||
|
||||
/obj/machinery/computer/camera_advanced/shuttle_docker/whiteship/pod
|
||||
name = "Salvage Pod Navigation Computer"
|
||||
desc = "Used to designate a precise transit location for the Salvage Pod."
|
||||
shuttleId = "whiteship_pod"
|
||||
shuttlePortId = "whiteship_pod_custom"
|
||||
shuttlePortName = "Custom Location"
|
||||
jumpto_ports = list("whiteship_pod_home" = 1)
|
||||
view_range = 7
|
||||
x_offset = -2
|
||||
y_offset = 0
|
||||
designate_time = 0
|
||||
|
||||
/obj/machinery/computer/camera_advanced/shuttle_docker/whiteship/Initialize()
|
||||
. = ..()
|
||||
GLOB.jam_on_wardec += src
|
||||
|
||||
Reference in New Issue
Block a user