19 lines
766 B
Plaintext
19 lines
766 B
Plaintext
/obj/machinery/computer/shuttle/syndicate
|
|
name = "syndicate shuttle terminal"
|
|
icon_screen = "syndishuttle"
|
|
icon_keyboard = "syndie_key"
|
|
req_access = list(access_syndicate)
|
|
shuttleId = "syndicate"
|
|
possible_destinations = "syndicate_away;syndicate_z5;syndicate_z3;syndicate_z4;syndicate_ne;syndicate_nw;syndicate_n;syndicate_se;syndicate_sw;syndicate_s"
|
|
|
|
/obj/machinery/computer/shuttle/syndicate/recall
|
|
name = "syndicate shuttle recall terminal"
|
|
possible_destinations = "syndicate_away"
|
|
|
|
/obj/machinery/computer/shuttle/syndicate/whiteship
|
|
name = "ship control terminal"
|
|
icon_screen = "shuttle"
|
|
icon_keyboard = "tech_key"
|
|
shuttleId = "whiteship"
|
|
req_access = list( )
|
|
possible_destinations = "whiteship_ss13;whiteship_home;whiteship_z4" |