mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-20 15:21:29 +00:00
21 lines
680 B
Plaintext
21 lines
680 B
Plaintext
/obj/machinery/computer/shuttle/ert
|
|
name = "specops shuttle console"
|
|
req_access = list(access_cent_general)
|
|
shuttleId = "specops"
|
|
possible_destinations = "specops_home;specops_away;specops_custom"
|
|
resistance_flags = INDESTRUCTIBLE
|
|
|
|
/obj/machinery/computer/camera_advanced/shuttle_docker/ert
|
|
name = "specops navigation computer"
|
|
desc = "Used to designate a precise transit location for the specops shuttle."
|
|
icon_screen = "navigation"
|
|
icon_keyboard = "med_key"
|
|
shuttleId = "specops"
|
|
shuttlePortId = "specops_custom"
|
|
view_range = 13
|
|
x_offset = 0
|
|
y_offset = 0
|
|
resistance_flags = INDESTRUCTIBLE
|
|
access_tcomms = FALSE
|
|
access_construction = FALSE
|
|
access_mining = FALSE |